First pass on enabling correct X/Y joystick.onTrackballMove events

This commit is contained in:
Joshua Granick
2017-03-29 13:52:35 -07:00
parent c07d84e292
commit f4adce91e5
6 changed files with 17 additions and 16 deletions

View File

@@ -32,12 +32,12 @@ namespace lime {
static void Dispatch (JoystickEvent* event);
double eventValue;
int eventValue;
int id;
int index;
JoystickEventType type;
int x;
int y;
double x;
double y;
};