|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Defines |
| #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) |
Generated on Sun May 27 2012 04:42:20 for ReactOS by
1.7.6.1
|