|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GestureInput
An encapsulation of user input from a gesture.
| Method Summary | |
|---|---|
java.util.Set<Key> |
getKeys()
|
boolean |
hasAltKey()
Determines whether an Alt key was pressed when this input occurred. |
boolean |
hasControlKey()
Determines whether a Control key was pressed when this input occurred. |
boolean |
hasShiftKey()
Determines whether a Shift key was pressed when this input occurred. |
| Method Detail |
|---|
java.util.Set<Key> getKeys()
boolean hasAltKey()
true if one of the Alt keys were pressed when this input occurred.getKeys()boolean hasControlKey()
true if one of the Control keys were pressed when this input occurred.getKeys()boolean hasShiftKey()
true if one of the Shift keys were pressed when this input occurred.getKeys()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||