Keybord support Added

* Implemented 'cellKb*' functions from 'sys_io' module, which are part
of the libkb library.

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

INFO: This keyboard library is *very* experimental and I am aware of
some bugs. There will be improvements soon.
This commit is contained in:
Alexandro Sánchez Bach 2013-09-11 22:49:49 +02:00
parent aea7f4aa77
commit 4835ae35af
15 changed files with 771 additions and 32 deletions

View file

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