module documentation
USB Keyboard - Emulate a USB keyboard.
| Function | run |
Run the app and send typed characters over USB. |
| Function | start |
Start the app and warn before initializing USB. |
| Function | stop |
Stop the app and clean up. |
| Variable | _initialized |
Undocumented |
| Variable | _usb |
Undocumented |
Run the app and send typed characters over USB.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
Start the app and warn before initializing USB.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
| Returns | |
bool | True if the app started. |
Stop the app and clean up.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |