Difference between revisions of "83Plus:Software:usb8x/BASIC Interface/MouseInit"

From WikiTI
Jump to: navigation, search
 
m (See Also: Fixed link.)
 
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
* [[../MouseDo|MouseDo]] - Get movement and button press information
+
* [[83Plus:Software:usb8x/BASIC_Interface/MouseDo|MouseDo]] - Get movement and button press information

Latest revision as of 16:07, 9 November 2009

Synopsis

Name: MouseInit

Function Number: 2

Minimum usb8x version: 0.07

Initializes the mouse driver.

Inputs

None

Outputs

  • 1: Error code

Notes

This command will set up the usb8x driver. It uses memory in appBackUpScreen, so it may not be compatible with other applications that also use this space.

See Also

  • MouseDo - Get movement and button press information