mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-13 03:01:16 +00:00
Fix enum naming
This commit is contained in:
parent
94c6861c8b
commit
f163d137ff
@ -93,7 +93,7 @@ class LegoInputManager : public MxPresenter {
|
||||
|
||||
enum TouchScheme {
|
||||
e_mouse = 0,
|
||||
e_arrow_keys,
|
||||
e_arrowKeys,
|
||||
e_gamepad,
|
||||
};
|
||||
|
||||
|
||||
@ -549,7 +549,7 @@ MxBool LegoInputManager::HandleTouchEvent(SDL_Event* p_event, TouchScheme p_touc
|
||||
case e_mouse:
|
||||
// Handled in LegoCameraController
|
||||
return FALSE;
|
||||
case e_arrow_keys:
|
||||
case e_arrowKeys:
|
||||
switch (p_event->type) {
|
||||
case SDL_EVENT_FINGER_UP:
|
||||
m_touchFlags.erase(event.fingerID);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user