#include <eventmanager.h>
Public Member Functions | |
| bool | HandleEvent (const SDL_Event &event, KrEngine *engine) |
| Dispenses events to the widgets. | |
| void | SetAccelerator (int keymod, int keysym, KrWidget *) |
| Alternate call to set a widget accelerator. Usually easier to call the method on the widget itself. | |
The EventManager will set SDL_EnableUNICODE to true when it is created.
1.4.7