SS.GIP Set Status

From NitrOS-9
Revision as of 16:26, 5 April 2014 by Glaw16 (Talk | contribs) (Created page with 'Sets the system-wide mouse and key repeat parameters. {| | colspan="2" | '''Entry Conditions''' |- | A || ''path number'' |- | B || SS.GIP ($94) |- | X || ''mouse resolution''; …')

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

Sets the system-wide mouse and key repeat parameters.

Entry Conditions
A path number
B SS.GIP ($94)
X mouse resolution; in the most significant byte
  1 = low resolution mouse
  0 = optional high resolution mouse
  mouse port location; in the most significant byte
  1 = right port
  2 = left port
Y key repeat start constant; in the most significant byte
  key repeat delay; in the least significant byte
  00XX = no repeat
  FFFF = unchanged
Error Output
CC carry set on error
B error code

Additional Information

  • Because this function affects system-wide settings, it is best to use it from system configuration utilities and not from general application programs.
  • The support module for this call is CC3IO.