injectKeyboard abstract method
Inject a keyboard event. Codes are platform-native (Windows VK / macOS keycode / Linux evdev), matching what capture reports.
Implementation
Future<void> injectKeyboard(MiniAVKeyboardEvent event);
Inject a keyboard event. Codes are platform-native (Windows VK / macOS keycode / Linux evdev), matching what capture reports.
Future<void> injectKeyboard(MiniAVKeyboardEvent event);