]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/app.cpp
Removed CF_NOSIMULATIONS flag to increase range of available fonts
[wxWidgets.git] / src / mac / classic / app.cpp
index 1623ec6defea138624ab63910a73f3fda132a067..610f33f0b42b5b211d18802214da47f77f255830 100644 (file)
@@ -1854,14 +1854,7 @@ int wxKeyCodeToMacModifier(wxKeyCode key)
 bool wxGetKeyState(wxKeyCode key) //virtual key code if < 10.2.x, else see below
 {
 #if __WXMAC_CARBON__
-//#ifdef __DARWIN__
-//     wxHIDKeyboard keyboard;
-//     return keyboard.IsActive(key);
-//#else
-// TODO:  Have it use HID Manager on OSX...
-//if OS X > 10.2 (i.e. 10.2.x)
-//a known apple bug prevents the system from determining led
-//states with GetKeys... can only determine caps lock led
+//TODO: Low get map...
    return !!(GetCurrentKeyModifiers() & wxKeyCodeToMacModifier(key)); 
 #else
        KeyMap keymap;