//If the requested key is a LED key, return
//true if the led is pressed
if (key == WXK_NUMLOCK ||
//If the requested key is a LED key, return
//true if the led is pressed
if (key == WXK_NUMLOCK ||
//high order means key is down
//Here, for compat with other ports we want both
return GetKeyState( wxCharCodeWXToMSW(key, &bVirtual) ) != 0;
//high order means key is down
//Here, for compat with other ports we want both
return GetKeyState( wxCharCodeWXToMSW(key, &bVirtual) ) != 0;