#3305 Fixed class name convention from porting code
This commit is contained in:
parent
e742269ada
commit
10a1ae8271
|
@ -724,13 +724,13 @@ KeyState::fakeAllKeysUp()
|
|||
}
|
||||
|
||||
bool
|
||||
CKeyState::fakeMediaKey(KeyID id)
|
||||
KeyState::fakeMediaKey(KeyID id)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
CKeyState::isKeyDown(KeyButton button) const
|
||||
KeyState::isKeyDown(KeyButton button) const
|
||||
{
|
||||
return (m_keys[button & kButtonMask] > 0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue