Searched refs:INPUT_MAPPING_MEMORY (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DDebugKeysAppState.java55 public static final String INPUT_MAPPING_MEMORY = "SIMPLEAPP_Memory"; field in class:DebugKeysAppState
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)) {
H A DSimpleApplication.java71 public static final String INPUT_MAPPING_MEMORY = DebugKeysAppState.INPUT_MAPPING_MEMORY; field in class:SimpleApplication

Completed in 35 milliseconds