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