mouse cursor managed by compositor, earthquake spell supported

This commit is contained in:
Ondřej Novák 2025-02-16 18:01:08 +01:00
parent 8fb866f2f5
commit 04ab5898ef
10 changed files with 179 additions and 71 deletions

View file

@ -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;