Initial SDL implementation very very rough.

This commit is contained in:
Justin Marshall
2020-06-01 18:49:33 -07:00
parent 96416e9ca9
commit c294a35427
8 changed files with 94 additions and 52 deletions
+1 -1
View File
@@ -3381,7 +3381,7 @@ static void Init_Mouse(void)
** to set one of our own.
*/
#ifdef WIN32
ShowCursor(false);
// ShowCursor(false);
#endif
if (MouseInstalled) {
void const * temp_mouse_shapes = MFCD::Retrieve("MOUSE.SHP");