OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUTTON_CIRCLE
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidInput.java
513
keyCode = Keys.
BUTTON_CIRCLE
;
532
keyCode = Keys.
BUTTON_CIRCLE
;
544
if (keyCode == Keys.
BUTTON_CIRCLE
) {
545
if (keys[Keys.
BUTTON_CIRCLE
]) {
547
keys[Keys.
BUTTON_CIRCLE
] = false;
560
if (keyCode == Keys.
BUTTON_CIRCLE
) return true;
/external/libgdx/gdx/src/com/badlogic/gdx/
Input.java
185
public static final int
BUTTON_CIRCLE
= 255;
532
//
BUTTON_CIRCLE
unhandled, as it conflicts with the more likely to be pressed F12
Completed in 139 milliseconds