From: Ryan Norton Date: Sun, 14 Dec 2003 23:39:44 +0000 (+0000) Subject: TODO note :) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/104cdef64393d11f8206fe195da1341cf32e5fbb?hp=6ed892f3f2be3ec8f96583772757aecc00bbee30 TODO note :) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/app.cpp b/src/mac/app.cpp index 36165f1246..1b2b7c0504 100644 --- a/src/mac/app.cpp +++ b/src/mac/app.cpp @@ -1783,6 +1783,7 @@ int wxKeyCodeToMacModifier(wxKeyCode key) bool wxGetKeyState(wxKeyCode key) //virtual key code if < 10.2.x, else see below { +// 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 diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index 36165f1246..1b2b7c0504 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -1783,6 +1783,7 @@ int wxKeyCodeToMacModifier(wxKeyCode key) bool wxGetKeyState(wxKeyCode key) //virtual key code if < 10.2.x, else see below { +// 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