OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INPUT_MAPPING_MEMORY
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/app/
DebugKeysAppState.java
55
public static final String
INPUT_MAPPING_MEMORY
= "SIMPLEAPP_Memory";
74
inputManager.addMapping(
INPUT_MAPPING_MEMORY
, new KeyTrigger(KeyInput.KEY_M));
78
INPUT_MAPPING_MEMORY
);
88
if (inputManager.hasMapping(
INPUT_MAPPING_MEMORY
))
89
inputManager.deleteMapping(
INPUT_MAPPING_MEMORY
);
112
} else if (name.equals(
INPUT_MAPPING_MEMORY
)) {
SimpleApplication.java
71
public static final String
INPUT_MAPPING_MEMORY
= DebugKeysAppState.
INPUT_MAPPING_MEMORY
;
Completed in 4132 milliseconds