Expand description
Modules§
- button
- Definition of keyboard and mouse button.
- event
- Representation of keyboard and mouse events.
- mouse
- Functions for mouse operations
Functions§
- install_
hook - Installs a hook and returns a receiver to receive the generated event.
- uninstall_
hook - Uninstalls a hook.
After this call,
install_hook
can be called again.