diff options
| author | Eleni Maria Stea <elene.mst@gmail.com> | 2013-02-23 01:22:10 +0200 |
|---|---|---|
| committer | Eleni Maria Stea <elene.mst@gmail.com> | 2013-02-23 01:22:10 +0200 |
| commit | 6dc42c0e7292d6d94de640ddd7de3ee5c808e9c2 (patch) | |
| tree | 638a8b4eaed9c1540618733c09e12f7c96140392 /src/mouse.h | |
| parent | 4047a2dc058e7e54e4ff95311fb556ae8eeeedb9 (diff) | |
added SDL backend for easier testing
Diffstat (limited to 'src/mouse.h')
| -rw-r--r-- | src/mouse.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mouse.h b/src/mouse.h index 271ee83..1770d7a 100644 --- a/src/mouse.h +++ b/src/mouse.h @@ -12,9 +12,7 @@ int get_mouse_fd(); void process_mouse_event(); void get_pointer_pos(int *x, int *y); -int get_button_state(int bn); +int get_button_state(); int get_button(int bn); -int read_mouse(); - #endif // MOUSE_H_ |
