ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Macros | |
#define | SPLIT_COLOUR15(c, r, g, b) |
#define | SPLIT_COLOUR16(c, r, g, b) |
#define | MAKE_COLOUR15(c, r, g, b) |
#define | MAKE_COLOUR32(c, r, g, b) |
#define | UI_MAX(a, b) (((a) > (b)) ? (a) : (b)) |
#define | UI_MIN(a, b) (((a) < (b)) ? (a) : (b)) |
Functions | |
int | ui_main (void) |
void | ui_invalidate (int x, int y, int cx, int cy) |
int | ui_read_wire (void) |
void | ui_mouse_move (int x, int y) |
void | ui_mouse_button (int button, int x, int y, int down) |
void | ui_key_down (int key, int ext) |
void | ui_key_up (int key, int ext) |
void | ui_set_modifier_state (int code) |
Definition at line 138 of file uimain.c.
Referenced by handle_WM_PAINT(), ui_destblt(), ui_draw_text(), ui_line(), ui_memblt(), ui_patblt(), and ui_screenblt().
Definition at line 924 of file uimain.c.
Referenced by handle_WM_KEY().
Definition at line 951 of file uimain.c.
Referenced by wWinMain().
Definition at line 891 of file uimain.c.
Referenced by handle_WM_LBUTTONDOWN(), handle_WM_LBUTTONUP(), handle_WM_MBUTTONDOWN(), handle_WM_MBUTTONUP(), handle_WM_MOUSEWHEEL(), handle_WM_RBUTTONDOWN(), and handle_WM_RBUTTONUP().
Definition at line 639 of file uimain.c.
Referenced by mi_check_modifier().