Quick Start
Usage
Development
Appendix
API Reference
press_key()
press_mouse()
release_mouse()
move_mouse()
scroll_mouse()
press_zoom_fit()
press_zoom_in()
press_zoom_out()
press_up()
press_down()
press_left()
press_right()
press_proceed()
This module provides callback functions for handling keyboard and mouse input, as well as predefined button actions in EZGL applications.
React to the clicked zoom_fit button
widget – The GUI widget where this event came from.
data – A pointer to any user-specified data you passed in.
FALSE to allow other handlers to see this event, too. TRUE otherwise.
React to the clicked zoom_in button
React to the clicked zoom_out button
React to the clicked up button
React to the clicked proceed button