D
DrewCE
I have a Windows CE 5.0 based device. We have a touchscreen, joystick, and
hardware buttons. The joystick and hardware buttons are mapped to mouse
event and keyboard events respectively, using a custom driver.
We sometimes have a USB Keyboard attached and need to detect that case to
prevent he SIP from displaying.
I've searched and tried several solutions, but nothing has fit the bill yet.
Looking in the registry doesn't seem to work as there is no
"Software\Microsoft\Shell\HasKeyboard" key. Also, GetKeyboardStatus()
always returns 3 (has keyboard).
I'm guessing that I'm not the first person to need this and am hoping
someone can't point me in the right direction.
Thanks,
Drew
hardware buttons. The joystick and hardware buttons are mapped to mouse
event and keyboard events respectively, using a custom driver.
We sometimes have a USB Keyboard attached and need to detect that case to
prevent he SIP from displaying.
I've searched and tried several solutions, but nothing has fit the bill yet.
Looking in the registry doesn't seem to work as there is no
"Software\Microsoft\Shell\HasKeyboard" key. Also, GetKeyboardStatus()
always returns 3 (has keyboard).
I'm guessing that I'm not the first person to need this and am hoping
someone can't point me in the right direction.
Thanks,
Drew