|
ASCII-GFX
2.0
|
#include "gfx.h"
Go to the source code of this file.
Functions | |
| void | mouse_init () |
| init mouse reporting More... | |
| bool | mouse_keycode (int keycode, unsigned int *x, unsigned int *y, unsigned int *buttons) |
| decode wide keycode More... | |
| void | mouse_exit () |
| exit mouse reporting More... | |
| void mouse_exit | ( | ) |
exit mouse reporting
| void mouse_init | ( | ) |
init mouse reporting
| bool mouse_keycode | ( | int | keycode, |
| unsigned int * | x, | ||
| unsigned int * | y, | ||
| unsigned int * | buttons | ||
| ) |
decode wide keycode
1.8.17