Go to the source code of this file.
Functions | |
void | fl_view_redraw (FlView *view) |
GHashTable * | fl_view_get_keyboard_state (FlView *view) |
GHashTable* fl_view_get_keyboard_state | ( | FlView * | view | ) |
fl_view_get_keyboard_state: @view: an #FlView.
Returns the keyboard pressed state. The hash table contains one entry per pressed keys, mapping from the logical key to the physical key.*
Definition at line 852 of file fl_view.cc.
References fl_keyboard_manager_get_pressed_state().
Referenced by fl_view_keyboard_delegate_iface_init().
void fl_view_redraw | ( | FlView * | view | ) |
fl_view_redraw: @view: an #FlView.
Indicate the view needs to redraw.
Definition at line 847 of file fl_view.cc.
Referenced by fl_renderer_present_layers().