MouSetDevStatus is the complement to MouGetDevStatus.
However, not all status flags can be set with MouSetDevStatus. Only the
flags corresponding to the following functions can be modified:
- Return data in mickeys.
- Normally, mouse data is returned to the application
with the absolute display mode coordinates of the pointer image position
on the display screen. When this status flag is set, mouse data is returned
in relative mickeys, a unit of mouse movement.
Don't
call pointer draw device.
- Normally, the pointer draw device driver is called
for all drawing operations. When this status flag is set, the mouse device
driver does not call the pointer draw device driver. The application must
draw any required pointer image on the screen.
At session initialization, the device status is set to 0.
[Back]
[Next]