From 9f2669d583fcd4ed30dbd7313139762d22102036 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 7 Jun 2014 18:17:29 -0400 Subject: Fixed Command key up on Mac OS X. This fix also fixes Help key down, so remove the workaround there. --- area_darwin.m | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'area_darwin.m') diff --git a/area_darwin.m b/area_darwin.m index 6522ecc..5519f8b 100644 --- a/area_darwin.m +++ b/area_darwin.m @@ -101,6 +101,13 @@ event(flagsChanged, areaView_flagsChanged) @end +Class areaClass; + +void initAreaClass(void) +{ + areaClass = [areaView class]; +} + id makeArea(void) { return [[areaView alloc] -- cgit v1.2.3