This commit is contained in:
Drew DeVault 2016-07-16 09:09:22 -04:00
parent e66f813d49
commit 147a88260a
3 changed files with 8 additions and 5 deletions

View file

@ -38,8 +38,7 @@ struct pointer_input {
int last_x;
int last_y;
void (*notify_button)(struct window *window, int x, int y, uint32_t button);
void (*notify_button)(struct window *window, int x, int y, uint32_t button, uint32_t state_w);
void (*notify_scroll)(struct window *window, enum scroll_direction direction);
};