83Plus:Software:usb8x/BASIC Interface/KBDInit

From WikiTI
Jump to: navigation, search

Synopsis

Name: KBDInit

Function Number: 10

Minimum usb8x version: 0.something

Initializes the USB keyboard driver.

Inputs

None (pester someone to add support for setting the flags of the keyboard driver)

Outputs

  • 1: Error code, perhaps. The source code calls the same code as the error routine for MouseInit, so I'd assume it's the same.

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

  • [[../KBDGetKey|KBDGetKey]] - Get keypress info.