![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Go to the source code of this file.
#define CYDUI_INTERNAL_EV_button_ARGS |
Definition at line 20 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_button_press_ARGS CYDUI_INTERNAL_EV_button_ARGS |
Definition at line 100 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_button_release_ARGS CYDUI_INTERNAL_EV_button_ARGS |
Definition at line 101 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_focus_changed_ARGS |
Definition at line 90 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_fragment_ARGS |
Definition at line 79 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_key_ARGS |
Definition at line 57 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_key_press_ARGS CYDUI_INTERNAL_EV_key_ARGS |
Definition at line 107 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_key_release_ARGS CYDUI_INTERNAL_EV_key_ARGS |
Definition at line 108 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_mouse_ARGS |
Definition at line 33 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_mouse_enter_ARGS CYDUI_INTERNAL_EV_mouse_ARGS |
Definition at line 103 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_mouse_exit_ARGS CYDUI_INTERNAL_EV_mouse_ARGS |
Definition at line 104 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_mouse_motion_ARGS CYDUI_INTERNAL_EV_mouse_ARGS |
Definition at line 105 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_redraw_ARGS |
Definition at line 9 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_redraw_RETURN std::vector<cydui::components::component_holder_t> |
Definition at line 8 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_scroll_ARGS |
Definition at line 45 of file component_event_macros.h.
#define CYDUI_INTERNAL_EV_text_input_ARGS |
Definition at line 68 of file component_event_macros.h.