devdraw: make OS X native gui build (Eric Nichols)
This commit is contained in:
parent
020c5cbb67
commit
cb29a5fce6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue