mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-08 15:40:28 -04:00
mouse cursor managed by compositor, earthquake spell supported
This commit is contained in:
parent
8fb866f2f5
commit
04ab5898ef
10 changed files with 179 additions and 71 deletions
|
@ -25,6 +25,8 @@ void game_display_update_rect(unsigned short x,unsigned short y,unsigned short x
|
|||
char game_display_is_quit_requested();
|
||||
void game_display_cancel_quit_request();
|
||||
void game_display_set_icon(const void *icon_data, size_t icon_size);
|
||||
void game_display_show_mouse(const unsigned short *mouse_image, int finger_x, int finger_y);
|
||||
void game_display_hide_mouse();
|
||||
|
||||
void *DxPrepareWalk(int ypos);
|
||||
void DxZoomWalk(void *handle, int ypos, int *points,float phase, void *lodka);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue