synacknet / mame

MAME
Other
0 stars 0 forks source link

nubus_image cursor hiding relies on SDL #4

Open synacknet opened 5 years ago

synacknet commented 5 years ago

There doesn't seem to be a good way to bubble up window cursor show/hide to the nubus_image card, and it is directly calling SDL_ShowCursor(). It shouldn't really be doing that, but to accomplish the same goal, the MAME cursor hiding needs to be exposed.