module documentation
USB Numpad - Emulate a USB numeric keypad.
| Function | run |
Run the app and send numpad key presses. |
| Function | start |
Start the app and map buttons to numpad keys. |
| Function | stop |
Stop the app and clean up. |
| Variable | _initialized |
Undocumented |
| Variable | _key |
Undocumented |
| Variable | _usb |
Undocumented |
Run the app and send numpad key presses.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
Start the app and map buttons to numpad keys.
| 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. |