#include <eventmanager.h>
Public Methods | |
void | 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.