![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Exported Modules | |
module | std |
module | fabric.async |
module | cydui.dimensions |
Classes | |
struct | Keysym |
Enumerations | |
enum class | cydui::Button { PRIMARY = 1 , SECONDARY = 3 , WHEEL = 2 , BUTTON1 = PRIMARY , BUTTON2 = WHEEL , BUTTON3 = SECONDARY } |
Typedefs | |
using | Scancode = SDL_Scancode |
using | Keycode = SDL_Keycode |
using | Keymod = Uint16 |
Functions | |
EVENT (RedrawEvent) | |
EVENT (ButtonEvent) | |
EVENT (ScrollEvent) | |
EVENT (MotionEvent) | |
EVENT (ResizeEvent) | |
EVENT (KeyEvent) | |
EVENT (TextInputEvent) | |
EVENT (WindowClosed) | |
Variables | |
Scancode | scancode |
SDL_Keycode | code |
Keymod | mod |
Files | |
file | include/cyd_ui/cydui_events.cppm |