Class: SUIKeyEventListener
This page documents the methods and fields available in the SUIKeyEventListener class.
Members
| Signature | Description |
|---|---|
getKey() | Returns the current key. |
getKeyName() | Returns the current key name. |
getTargetRectObject() | Returns the current target rect object. |
getTargetRectType() | Returns the current target rect type. |
isClickable() | Returns whether clickable is true. |
isDown() | Returns whether down is true. |
isPressed() | Returns whether pressed is true. |
isUp() | Returns whether up is true. |
setClickable(boolean) | Sets or updates the clickable. |
setKey(Key) | Sets or updates the key. |
setKeyName(String) | Sets or updates the key name. |
setTargetRectObject(SpatialObject) | Sets or updates the target rect object. |
setTargetRectType(STargetRect) | Sets or updates the target rect type. |