TODO note :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1783,6 +1783,7 @@ int wxKeyCodeToMacModifier(wxKeyCode key)
|
|||||||
|
|
||||||
bool wxGetKeyState(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
|
||||||
{
|
{
|
||||||
|
// TODO: Have it use HID Manager on OSX...
|
||||||
//if OS X > 10.2 (i.e. 10.2.x)
|
//if OS X > 10.2 (i.e. 10.2.x)
|
||||||
//a known apple bug prevents the system from determining led
|
//a known apple bug prevents the system from determining led
|
||||||
//states with GetKeys... can only determine caps lock led
|
//states with GetKeys... can only determine caps lock led
|
||||||
|
@@ -1783,6 +1783,7 @@ int wxKeyCodeToMacModifier(wxKeyCode key)
|
|||||||
|
|
||||||
bool wxGetKeyState(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
|
||||||
{
|
{
|
||||||
|
// TODO: Have it use HID Manager on OSX...
|
||||||
//if OS X > 10.2 (i.e. 10.2.x)
|
//if OS X > 10.2 (i.e. 10.2.x)
|
||||||
//a known apple bug prevents the system from determining led
|
//a known apple bug prevents the system from determining led
|
||||||
//states with GetKeys... can only determine caps lock led
|
//states with GetKeys... can only determine caps lock led
|
||||||
|
Reference in New Issue
Block a user