Changed Fields |
int clickCount |
Documentation changed from old to new. |
For MOUSE_DOWN events this field indicates the number of consecutive clicks. |
int id |
Documentation changed from old to new. |
Indicates which type of event the event is and which other Event variables are relevant for the event. |
int key |
Documentation changed from old to new. |
The key code of the key that was pressed in a keyboard event. |
int modifiers |
Documentation changed from old to new. |
The state of the modifier keys. |
long when |
Documentation changed from old to new. |
The time stamp. |
int x |
Documentation changed from old to new. |
The x coordinate of the event. |
int y |
Documentation changed from old to new. |
The y coordinate of the event. |