Data type update for absolutemouse

pull/18/head
Jesse Vincent 9 years ago
parent 7257d2af2a
commit 07b26a4c23

@ -59,10 +59,10 @@ class MouseWrapper_ {
float carriedOverY = 0; float carriedOverY = 0;
int next_width; uint16_t next_width;
int next_height; uint16_t next_height;
int section_top; uint16_t section_top;
int section_left; uint16_t section_left;
boolean is_warping = false; boolean is_warping = false;
double acceleration (double cycles); double acceleration (double cycles);

Loading…
Cancel
Save