bool wants_mouse_left_double_click_
Does the widget want a left button double click? See mouse_left_button_double_click.
bool wants_mouse_right_double_click() const
bool wants_mouse_left_double_click() const
bool wants_mouse_middle_double_click_
See wants_mouse_left_double_click_.
virtual ~event_executor()
bool wants_mouse_hover_
Does the widget want a hover event? See mouse_hover.
bool wants_mouse_hover() const
void set_wants_mouse_middle_double_click(const bool click=true)
bool wants_mouse_middle_double_click() const
void set_wants_mouse_left_double_click(const bool click=true)
void set_wants_mouse_hover(const bool hover=true)
event_executor & set_wants_mouse_right_double_click(const bool click=true)
bool wants_mouse_right_double_click_
See wants_mouse_left_double_click_.