Commit dfb8e961 authored by hybrid's avatar hybrid

Fix device type of SDL device.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2519 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 40fe8510
...@@ -72,12 +72,12 @@ namespace irr ...@@ -72,12 +72,12 @@ namespace irr
virtual void minimizeWindow(); virtual void minimizeWindow();
//! Activate any joysticks, and generate events for them. //! Activate any joysticks, and generate events for them.
virtual bool activateJoysticks(core::array<SJoystickInfo> & joystickInfo); virtual bool activateJoysticks(core::array<SJoystickInfo> & joystickInfo);
//! Get the device type //! Get the device type
virtual E_DEVICE_TYPE getType() const virtual E_DEVICE_TYPE getType() const
{ {
return EIDT_CONSOLE; return EIDT_SDL;
} }
//! Implementation of the linux cursor control //! Implementation of the linux cursor control
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment