mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-09 05:18:13 +08:00
merged 1.4 r1043:1044 into trunk
This commit is contained in:
@@ -53,17 +53,17 @@ CPlatformScreen::fakeKeyDown(KeyID id, KeyModifierMask mask,
|
||||
getKeyState()->fakeKeyDown(id, mask, button);
|
||||
}
|
||||
|
||||
void
|
||||
bool
|
||||
CPlatformScreen::fakeKeyRepeat(KeyID id, KeyModifierMask mask,
|
||||
SInt32 count, KeyButton button)
|
||||
{
|
||||
getKeyState()->fakeKeyRepeat(id, mask, count, button);
|
||||
return getKeyState()->fakeKeyRepeat(id, mask, count, button);
|
||||
}
|
||||
|
||||
void
|
||||
bool
|
||||
CPlatformScreen::fakeKeyUp(KeyButton button)
|
||||
{
|
||||
getKeyState()->fakeKeyUp(button);
|
||||
return getKeyState()->fakeKeyUp(button);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user