1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-17 13:07:27 +00:00

Cache cursors for SDL.

This commit is contained in:
Peter
2021-11-08 21:10:23 +01:00
parent f9d1e51456
commit 241e5fe9a9
2 changed files with 94 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
void sdl_notify_damage(int x, int y, int w, int h);
void sdl_setCursor(int hot_x, int hot_y);
void sdl_bitblt_to_screen(int _x, int _y, int _w, int _h);
void sdl_bitblt_to_screen(int x, int y, int w, int h);
void sdl_set_invert(int flag);
void sdl_setMousePosition(int x, int y);
void process_SDLevents();