Implement mouse input on RISC OS

This commit is contained in:
Cameron Cawley
2021-09-09 21:09:50 +01:00
committed by Sam Lantinga
parent f7f54f0d04
commit 1268984edc
3 changed files with 47 additions and 0 deletions

View File

@@ -247,6 +247,9 @@ RISCOS_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode)
_kernel_oswrch(disable_cursor[i]);
}
/* Turn the mouse pointer on */
_kernel_osbyte(106, 1, 0);
return 0;
}