Difference between revisions of "83Plus:Software:usb8x/BASIC Interface/MouseInit"
From WikiTI
m (→See Also: Fixed link.) |
|||
Line 18: | Line 18: | ||
== See Also == | == See Also == | ||
− | * [[ | + | * [[83Plus:Software:usb8x/BASIC_Interface/MouseDo|MouseDo]] - Get movement and button press information |
Latest revision as of 15:07, 9 November 2009
Contents
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