Mouse support added

*Implemented 'cellMouse*' functions from 'sys_io' module, which are part
of the libmouse library.

* Added corresponding entries in the 'Config > Settings' menu to change
the handler of the mouse. Supported handlers: Windows, Null.

* cellGifDec: Fixed some errors and added support for RGBA color.

(Remember: The mouse support is very experimental)
This commit is contained in:
Alexandro Sánchez Bach 2013-09-14 20:20:57 +02:00
parent 1b7302c0ba
commit 1024a7c7c4
15 changed files with 578 additions and 25 deletions

View file

@ -262,6 +262,7 @@ void Emulator::Stop()
GetIdManager().Clear();
GetPadManager().Close();
GetKeyboardManager().Close();
GetMouseManager().Close();
GetCallbackManager().Clear();
UnloadModules();