public class LWJGLInput extends JavaInput
keyboardEnabled, keyboardEvents, mouseEnabled, mouseEvents, touchEnabled, touchEvents| Constructor and Description |
|---|
LWJGLInput(LWJGLPlatform plat) |
| Modifier and Type | Method and Description |
|---|---|
RFuture<String> |
getText(Keyboard.TextType textType,
String label,
String initVal) |
boolean |
hasMouseLock() |
boolean |
isMouseLocked() |
void |
setMouseLocked(boolean locked) |
RFuture<Boolean> |
sysDialog(String title,
String text,
String ok,
String cancel) |
hasHardwareKeyboard, hasMouse, hasTouch, postKeypublic LWJGLInput(LWJGLPlatform plat)
public RFuture<String> getText(Keyboard.TextType textType, String label, String initVal)
public boolean hasMouseLock()
hasMouseLock in class Inputpublic boolean isMouseLocked()
isMouseLocked in class Inputpublic void setMouseLocked(boolean locked)
setMouseLocked in class InputCopyright © 2017. All Rights Reserved.