- Application_Idle shows how to use idle event with Fl::add_idle method.
- Key_Events demonstrates the use of keyboard events.
- Mouse_Events demonstrates the use of mouse events.
- Window_Click shows how to use mouse click event with override handle method and use Fl::event_button, Fl::event_x and Fl::event_y methods on FL_RELEASE event.