ProfilerDump( (StringPtr)"\papp.prof" ) ;
ProfilerTerm() ;
# endif
+#endif
+#ifdef __DARWIN__
// clean up HID Keyboard
if (s_macHIDKeyboard)
delete s_macHIDKeyboard;
}
}
-bool wxGetKeyState(const wxKeyCode& key) //virtual key code if < 10.2.x, else see below
+bool wxGetKeyState(wxKeyCode key) //virtual key code if < 10.2.x, else see below
{
#ifdef __DARWIN__
// Startup HID keyboard for getting key codes on DARWIN