SS.MsSig Set Status

From NitrOS-9
Revision as of 16:23, 5 April 2014 by Glaw16 (Talk | contribs) (Created page with 'Sets the sample rate and button timeout for a mouse. {| | colspan="2" | '''Entry Conditions''' |- | A || ''path number'' |- | B || SS.Mouse ($89) |- | X || ''mouse sample rate a…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sets the sample rate and button timeout for a mouse.

Entry Conditions
A path number
B SS.Mouse ($89)
X mouse sample rate and timeout
  most significant byte = mouse sample rate
  least significant byte = mouse timeout
Error Output
CC carry set on error
B error code

Additional Information

  • SS.Mouse allows the application to define the mouse parameters. The sample rate is the number of clock ticks between the actual readings of the mouse status.
  • The support module for this call is CC3IO.