Default configurations for window system. More...
#include <stdint.h>Go to the source code of this file.
Defines | |
| #define | WIN_ROOT_COLOR GFX_COLOR(0, 0, 0) |
| Background color of root window, ie. the desktop. | |
| #define | WIN_SCREEN_COLOR GFX_COLOR(0, 0, 0) |
| Screen background color used when root window is hidden. | |
| #define | WIN_EVENT_QUEUE_SIZE 16 |
| Size of event queue. | |
| #define | WIN_TOUCH_BUTTON (1 << 0) |
| Button mask for touch screens. | |
Typedefs | |
| typedef uint8_t | win_button_mask_t |
| Datatype holding button state mask for pointer input devices. | |
| typedef uint8_t | win_keycode_t |
| Datatype holding the key "scan" code for keyboard input devices. | |
| typedef void * | win_command_t |
| Custom data, can be used as a data pointer or data depending on the application. | |
| typedef uint16_t | clock_jiffy_t |
| Data type holding timestamp for events. | |
Default configurations for window system.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file win.h.
1.6.3