Dear all:
Here I want to just use keyboard, not including mouse as input device.
In kbdmouse.dll,I remove ps2mouse class, but I also can see the cursor
display on the screen.
How to remove it for on my device, mouse is no usage.

Thanks a lot.

Jack.

Re: How to remove mouse process ? by Jack

Jack
Mon Jun 28 09:07:42 CDT 2004

From the help document, I set the variable SYSGEN_CURSOR to be NULL, and do
the sysgen, but seems has no effection.
Anything else need to do ??

"Jack" <jgliu@toptrend.com.cn> дÈëÏûÏ¢ÐÂÎÅ
:##Sl4#PXEHA.3512@TK2MSFTNGP12.phx.gbl...
> Dear all:
> Here I want to just use keyboard, not including mouse as input device.
> In kbdmouse.dll,I remove ps2mouse class, but I also can see the cursor
> display on the screen.
> How to remove it for on my device, mouse is no usage.
>
> Thanks a lot.
>
> Jack.
>
>



Re: How to remove mouse process ? by yyu_77096

yyu_77096
Mon Jun 28 14:02:43 CDT 2004

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.

Re: How to remove mouse process ? by Jack

Jack
Tue Jun 29 01:21:17 CDT 2004

Thanks Yuya.
But as you said, I do the clean build using cebuild -c command.
And make a new image nk.bin
Unfortunatly, it doesn't works.
Is there any other envrionment need to set ?
For example, BSP_NOMOUSE ?

Thanks a lot.

Jack.

"yuya" <yyu_77096@yahoo.com>
??????:21921fd6.0406281102.3670e939@posting.google.com...
> 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.



Re: How to remove mouse process ? by Bruce

Bruce
Tue Jun 29 01:46:45 CDT 2004

You may need to modify cesysgen.bat. A comment and the code indicate that
IABase requires either mouse or touch.

--
Bruce Eitman (eMVP)
Senior Engineer