Module input_device

Source

Structsยง

ClickBuilder
DblClickBuilder
Keyboard
Keyboard provides an api for managing a virtual keyboard. The high level api is [method: Keyboard.type], which takes raw characters and generates proper keydown, keypress/input, and keyup events on your page.
Mouse
The Mouse class operates in main-frame CSS pixels relative to the top-left corner of the viewport.
TouchScreen
The Touchscreen class operates in main-frame CSS pixels relative to the top-left corner of the viewport. Methods on the touchscreen can only be used in browser contexts that have been initialized with hasTouch set to true.