mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 03:55:43 -04:00
Macos updateModifierKeys
This commit is contained in:
parent
5954b06bc4
commit
a571fbbcae
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ class cocos2d::CCImage {
|
|||
class cocos2d::CCKeyboardDispatcher {
|
||||
bool dispatchKeyboardMSG(cocos2d::enumKeyCodes, bool) = mac 0xe8190;
|
||||
const char* keyToString(cocos2d::enumKeyCodes) = mac 0xe8450;
|
||||
void updateModifierKeys(bool shft, bool ctrl, bool alt, bool cmd) = mac 0xe8430;
|
||||
}
|
||||
|
||||
[[link(win)]]
|
||||
|
|
Loading…
Add table
Reference in a new issue