Re: Mouse and Keyboard Support in WinCE 5.0
From: Steve Schrock [MS] (sschrock_at_online.microsoft.com)
Date: 11/29/04
- Next message: Steve Schrock [MS]: "Re: USB (RNDIS) debugging - almost unusable (XP driver issue?)"
- Previous message: Steve Schrock [MS]: "Re: MMC card not working on Intel PXA27x (development kit)"
- In reply to: Daniel Laco: "Mouse and Keyboard Support in WinCE 5.0"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Nov 2004 15:56:21 -0800
Unfortunately there is no easy way to swap mouse buttons. However you could
modify the mouse driver to do so, of course. This could even be selectable
through a registry entry or an IOCTL in the case of the USB HID mouse
driver.
It sounds like you already answered the keyboard question yourself since you
found the LoadKeyboardLayout and ActivateKeyboardLayout APIs. What happens
when you call them?
-- Steve Schrock Windows CE Device Drivers This posting is provided "AS IS" with no warranties, and confers no rights. "Daniel Laco" <dlaco@usa.net> wrote in message news:OtUfq4y0EHA.3840@tk2msftngp13.phx.gbl... Hi. I'm developing a WinCE 5.0 application, and need swap mouse buttons Can I swap the mouse buttons by code? how? I have also change the Keyboard layout, Can I change by code the keyboard layout? how? I tried with Api functions (LoadKeyboardLayout, etc.), but without good results. Thanks Daniel Laco .Net MVP www.vemn.com.ar
- Next message: Steve Schrock [MS]: "Re: USB (RNDIS) debugging - almost unusable (XP driver issue?)"
- Previous message: Steve Schrock [MS]: "Re: MMC card not working on Intel PXA27x (development kit)"
- In reply to: Daniel Laco: "Mouse and Keyboard Support in WinCE 5.0"
- Messages sorted by: [ date ] [ thread ]