Re: How to remove mouse process ?

From: yuya (yyu_77096_at_yahoo.com)
Date: 06/28/04

  • Next message: Dan: "Display problem with 16Bpp TFT"
    Date: 28 Jun 2004 12:02:43 -0700
    
    

    Where did you get the idea of removing ps2mouse class from kbdmouse
    driver will make the cursor go away? Cursor is drawn by your display
    driver at the request of GDI (GWES.exe) when the cursor interfaces are
    selected into your projet. Check/change you project cesysgen.bat
    settings to remove cursor (mouse/touch) components, or use platform
    builder IDE to remove 'mouse'/'touch' components. Or, I remeber in
    another post, sombody mentioned BSP_NOCURSOR=1, set this variable for
    your platform, and do a clean build and see if it works for you.


  • Next message: Dan: "Display problem with 16Bpp TFT"

    Relevant Pages

    • Re: How to show/hide cursor on attach/deattach usb mouse
      ... It should be obvious that the answer to that depends on the display driver. ... There's no 'enable/disable cursor here' function. ... that receive notifications and use ShowCursor....it works ?? ...
      (microsoft.public.windowsce.platbuilder)
    • Re: How to show/hide cursor on attach/deattach usb mouse
      ... you'll have to start a thread during display driver load to handle the ... Can you have any idea where i put registration notifications for usb mouse ... There's no 'enable/disable cursor here' function. ...
      (microsoft.public.windowsce.platbuilder)
    • RGB Color Balance
      ... I am writing a display driver for Windows Ce 5.0. ... // init cursor related vars ... // check for line overlap with cursor and turn off cursor if overlaps ...
      (microsoft.public.windowsce.platbuilder)
    • Re: How to show/hide cursor on attach/deattach usb mouse
      ... The display drawing is made by the hw controller..... ... Can you have any idea where i put registration notifications for usb mouse ... There's no 'enable/disable cursor here' function. ... of call AdvertiseInterface in the mouse driver? ...
      (microsoft.public.windowsce.platbuilder)
    • Re: How to show/hide cursor on attach/deattach usb mouse
      ... You may decrement the cursor ... of call AdvertiseInterface in the mouse driver? ... I modified my display driver to use ... // Ask for device notifications to be sent. ...
      (microsoft.public.windowsce.platbuilder)