| capture_mouse(const bool capture=true) | gui2::event::mouse_motion | |
| distributor(widget &owner, const dispatcher::queue_position queue_position) | gui2::event::distributor | |
| focus_ | gui2::event::mouse_button< I > | protected |
| hover_position_ | gui2::event::mouse_motion | protected |
| hover_shown_ | gui2::event::mouse_motion | protected |
| hover_timer_ | gui2::event::mouse_motion | protected |
| hover_widget_ | gui2::event::mouse_motion | protected |
| initialize_state() | gui2::event::distributor | |
| gui2::event::mouse_button::initialize_state(int32_t button_state) | gui2::event::mouse_button< I > | |
| is_down_ | gui2::event::mouse_button< I > | private |
| keyboard_add_to_chain(widget *widget) | gui2::event::distributor | |
| keyboard_capture(widget *widget) | gui2::event::distributor | |
| keyboard_focus() const | gui2::event::distributor | |
| keyboard_focus_ | gui2::event::distributor | private |
| keyboard_focus_chain_ | gui2::event::distributor | private |
| keyboard_remove_from_chain(widget *widget) | gui2::event::distributor | |
| last_click_stamp_ | gui2::event::mouse_button< I > | protected |
| last_clicked_widget_ | gui2::event::mouse_button< I > | protected |
| mouse_button(widget &owner, const dispatcher::queue_position queue_position) | gui2::event::mouse_button< I > | |
| mouse_button_click(widget *widget) | gui2::event::mouse_button< I > | private |
| mouse_captured_ | gui2::event::mouse_motion | protected |
| mouse_enter(widget *mouse_over) | gui2::event::mouse_motion | protected |
| mouse_focus_ | gui2::event::mouse_motion | protected |
| mouse_hover(widget *mouse_over, const point &coordinate) | gui2::event::mouse_motion | private |
| mouse_leave() | gui2::event::mouse_motion | protected |
| mouse_motion(widget &owner, const dispatcher::queue_position queue_position) | gui2::event::mouse_motion | |
| owner_ | gui2::event::mouse_motion | protected |
| show_tooltip() | gui2::event::mouse_motion | private |
| signal_handler_keyboard_internal(event::ui_event evt, P1 &&p1, P2 &&p2, P3 &&p3) | gui2::event::distributor | private |
| signal_handler_notify_removal(dispatcher &widget, const ui_event event) | gui2::event::distributor | private |
| signal_handler_sdl_button_down(const event::ui_event event, bool &handled, const point &coordinate) | gui2::event::mouse_button< I > | private |
| signal_handler_sdl_button_down_entered_ | gui2::event::mouse_button< I > | private |
| signal_handler_sdl_button_up(const event::ui_event event, bool &handled, const point &coordinate) | gui2::event::mouse_button< I > | private |
| signal_handler_sdl_button_up_entered_ | gui2::event::mouse_button< I > | private |
| signal_handler_sdl_key_down(const SDL_Keycode key, const SDL_Keymod modifier, const std::string &unicode) | gui2::event::distributor | private |
| signal_handler_sdl_mouse_motion(const event::ui_event event, bool &handled, const point &coordinate) | gui2::event::mouse_motion | private |
| signal_handler_sdl_mouse_motion_entered_ | gui2::event::mouse_motion | private |
| signal_handler_sdl_text_editing(const std::string &unicode, int32_t start, int32_t len) | gui2::event::distributor | private |
| signal_handler_sdl_text_input(const std::string &unicode, int32_t start, int32_t len) | gui2::event::distributor | private |
| signal_handler_sdl_touch_motion(const event::ui_event event, bool &handled, const point &coordinate, const point &distance) | gui2::event::mouse_motion | private |
| signal_handler_sdl_wheel(const event::ui_event event, bool &handled, const point &coordinate) | gui2::event::mouse_motion | private |
| signal_handler_show_helptip(const event::ui_event event, bool &handled, const point &coordinate) | gui2::event::mouse_motion | private |
| start_hover_timer(widget *widget, const point &coordinate) | gui2::event::mouse_motion | protected |
| stop_hover_timer() | gui2::event::mouse_motion | protected |
| ~distributor() | gui2::event::distributor | |
| ~mouse_motion() | gui2::event::mouse_motion | |