Added fullscreen mode.
Some code tidying.
This commit is contained in:
parent
94fc8ad3f9
commit
c6227d1fc6
18 changed files with 1062 additions and 118 deletions
|
|
@ -2,7 +2,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
void mouse_init();
|
||||
void mouse_remove();
|
||||
void mouse_close();
|
||||
extern int mouse_b;
|
||||
void poll_mouse();
|
||||
void position_mouse(int x, int y);
|
||||
|
|
|
|||
Loading…
Reference in a new issue