This website requires JavaScript.
Explore
Help
Sign In
mirror
/
OpenMW
Watch
1
Star
0
Fork
0
You've already forked OpenMW
mirror of
https://gitlab.com/OpenMW/openmw.git
synced
2025-01-25 06:35:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
OpenMW
/
extern
/
sdl4ogre
History
scrawl
50a0d16f8f
Pass only the X11 window to Ogre, otherwise it would treat it as parentWindowHandle instead of externalWindowHandle. parentWindowHandle does not seem to play nice with SDL and occasionally crashes with a GLXBadDrawable error on startup.
2013-07-07 20:22:41 +02:00
..
CMakeLists.txt
extract cursor management to a separate class, have windowmanager communicate with it. Initialize SDL during engine start
2013-01-12 11:57:29 -04:00
cursormanager.hpp
Restored HW cursor rotation and resolution/fullscreen switching
2013-06-12 14:58:07 +02:00
events.h
Better handle SDL_TEXTINPUT events
2013-06-16 19:43:59 +02:00
OISCompat.h
fix includes for Windows
2013-01-12 17:52:26 -04:00
sdlcursormanager.cpp
Removed the no longer needed --debug switch
2013-06-16 20:39:40 +02:00
sdlcursormanager.hpp
Removed the no longer needed --debug switch
2013-06-16 20:39:40 +02:00
sdlinputwrapper.cpp
Pass only the X11 window to Ogre, otherwise it would treat it as parentWindowHandle instead of externalWindowHandle. parentWindowHandle does not seem to play nice with SDL and occasionally crashes with a GLXBadDrawable error on startup.
2013-07-07 20:22:41 +02:00
sdlinputwrapper.hpp
Better handle SDL_TEXTINPUT events
2013-06-16 19:43:59 +02:00