mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-08 22:25:52 +00:00
Removed non-standard enum
This commit is contained in:
parent
13edb3eb01
commit
101345c221
@ -237,7 +237,7 @@ IGraphicsContext* _CGraphicsContextCocoaNew(IGraphicsContext::EGraphicsAPI api,
|
||||
return YES;
|
||||
}
|
||||
|
||||
static inline boo::IWindowCallback::EModifierKey getMod(NSEventModifierFlags flags)
|
||||
static inline boo::IWindowCallback::EModifierKey getMod(NSUInteger flags)
|
||||
{
|
||||
int ret = boo::IWindowCallback::MKEY_NONE;
|
||||
if (flags & NSControlKeyMask)
|
||||
|
Loading…
x
Reference in New Issue
Block a user