SDL: Change refs to SdlEventManager to SdlEventSource
svn-id: r54544
This commit is contained in:
parent
06df4459c7
commit
364382cf9f
11 changed files with 29 additions and 42 deletions
|
@ -137,7 +137,7 @@ void OSystem_GP2X::initBackend() {
|
|||
|
||||
// Create the events manager
|
||||
if (_eventManager == 0)
|
||||
_eventManager = new GP2XSdlEventManager(this);
|
||||
_eventManager = new GP2XSdlEventSource(this);
|
||||
|
||||
// Create the graphics manager
|
||||
if (_graphicsManager == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue