devdraw: make OS X native gui build (Eric Nichols)
This commit is contained in:
parent
020c5cbb67
commit
cb29a5fce6
@ -425,7 +425,7 @@ kbdevent(EventRef event)
|
|||||||
if(k >= 0)
|
if(k >= 0)
|
||||||
keystroke(k);
|
keystroke(k);
|
||||||
else{
|
else{
|
||||||
UniChar ch;
|
UniChar uc;
|
||||||
OSStatus s;
|
OSStatus s;
|
||||||
|
|
||||||
s = GetEventParameter(event, kEventParamKeyUnicodes,
|
s = GetEventParameter(event, kEventParamKeyUnicodes,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user