mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-09 06:35:53 +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;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline boo::IWindowCallback::EModifierKey getMod(NSEventModifierFlags flags)
|
static inline boo::IWindowCallback::EModifierKey getMod(NSUInteger flags)
|
||||||
{
|
{
|
||||||
int ret = boo::IWindowCallback::MKEY_NONE;
|
int ret = boo::IWindowCallback::MKEY_NONE;
|
||||||
if (flags & NSControlKeyMask)
|
if (flags & NSControlKeyMask)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user