And the built in Irrlicht input system is great for keyboard input, but SDL covers a much broader range of hardware.
EDIT: I tried using SDL on the 1.4 release (SVN 1075) that just came out and the SDL bit works just like before.
Search found 3 matches
- Thu Nov 29, 2007 6:16 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Use SDL input in Linux with Irrlicht
- Replies: 8
- Views: 6605
- Wed Nov 28, 2007 5:27 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Use SDL input in Linux with Irrlicht
- Replies: 8
- Views: 6605
I thought adding SDL_Video.h to COpenGLExtensionHandler might be unnecessary, so I tried compiling it from a few different revisions without that, and it never worked. So I guess if it does work out for people without adding that line, great. But I doubt adding it causes any problems and it was the ...
- Wed Nov 28, 2007 5:02 am
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Use SDL input in Linux with Irrlicht
- Replies: 8
- Views: 6605
Use SDL input in Linux with Irrlicht
After quite a while of not being able to use SDL for input like I wanted to with the Irrlicht engine, I hit upon this topic: http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=19048 Which provided most of what I needed to get started. So I decided to write up what I did so that I would remember ...