Package | Description |
---|---|
com.sun.glass.ui.monocle |
Modifier and Type | Field and Description |
---|---|
private IntSet |
MouseInput.buttons |
private IntSet |
MouseState.buttonsPressed |
private IntSet |
AssignPointIDTouchFilter.ids |
private IntSet |
KeyInput.keys |
private IntSet |
KeyState.keysPressed |
Modifier and Type | Method and Description |
---|---|
(package private) IntSet |
MouseState.getButtonsPressed() |
(package private) IntSet |
KeyState.getKeysPressed()
Returns the set of pressed key codes
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
IntSet.copyTo(IntSet target)
Copies the contents of this set to the target set.
|
(package private) void |
IntSet.difference(IntSet dest,
IntSet compared)
Adds to the set "dest" values that in this set but are not in the set
"compared".
|
boolean |
IntSet.equals(IntSet set) |