OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canRotate
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/input/
FlyByCamera.java
82
protected boolean
canRotate
= false;
127
if (inputManager!= null && (!dragToRotate || (dragToRotate &&
canRotate
))){
246
if (
canRotate
){
359
canRotate
= value;
ChaseCamera.java
85
protected boolean
canRotate
;
158
canRotate
= true;
161
canRotate
= false;
277
if (!
canRotate
|| !enabled) {
307
if (!
canRotate
|| !enabled) {
345
if (targetMoves && !
canRotate
) {
357
if (
canRotate
) {
477
canRotate
= false; // reset this flag in-case it was on before
780
this.
canRotate
= !dragToRotate;
Completed in 53 milliseconds