Serialized Form
Package unc.cdva.events.clickevents |
serialVersionUID: -8580947096135958L
x
int x
- x coordinate of a mouse click
y
int y
- y coordinate of a mouse click
Package unc.cdva.events.gameevents |
serialVersionUID: -8585150947096135958L
eventType
GameEventType eventType
- Type of the event
x
float x
- x (world) coordinate of a click
y
float y
- y (world) coordinate of a click
Package unc.cdva.events.graphicsevents |
serialVersionUID: -5817311733069851828L
Package unc.cdva.events.uievents |
serialVersionUID: 9181296685071351495L
widget
org.fenggui.Widget widget
- Used to store a widget
x
int x
- x (screen) coordinate of a click
y
int y
- y (screen) coordinate of a click
x3D
float x3D
- x (world) coordinate of a click
y3D
float y3D
- y (world) coordinate of a click
Package unc.cdva.testmocks |
serialVersionUID: 300013027845367755L
displayCalled
boolean displayCalled