mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 03:06:45 -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
|
@ -508,6 +508,10 @@ void showview_lo(word x,word y,word xs,word ys)
|
|||
|
||||
|
||||
*/
|
||||
|
||||
const void *get_registered_ms_cursor() {
|
||||
return mscursor;
|
||||
}
|
||||
void show_ms_cursor(integer x,integer y)
|
||||
{
|
||||
integer xs,ys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue