1 #ifndef OPENMW_COMPONENTS_SDLUTIL_SDLINPUTWRAPPER_H
2 #define OPENMW_COMPONENTS_SDLUTIL_SDLINPUTWRAPPER_H
8 #include <SDL_events.h>
9 #include <SDL_version.h>
25 InputWrapper(SDL_Window *window, osg::ref_ptr<osgViewer::Viewer> viewer,
bool grab);
33 void capture(
bool windowEventsOnly);
65 typedef std::map<SDL_Keycode, OIS::KeyCode>
KeyMap;
Definition: events.hpp:65
Definition: events.hpp:15
Definition: events.hpp:26
Definition: events.hpp:44
Definition: events.hpp:35
int code
Definition: crashcatcher.cpp:70
KeyCode
Keyboard scan codes.
Definition: OISCompat.hpp:10