|
muteki
|
Rectangle used to represent usable drawing area in an LCD descriptor. More...
#include <common.h>
Data Fields | |
| short | x0 |
| short | y0 |
| short | x1 |
| short | y1 |
Rectangle used to represent usable drawing area in an LCD descriptor.
The area is double-inclusive (i.e. {0, 0, 479, 271} represents an area of 480x272 px).
| short ui_rect_s::x0 |
X coordinate of the top-left corner, in pixels (inclusive).
| short ui_rect_s::x1 |
X coordinate of the bottom-right corner, in pixels (inclusive).
| short ui_rect_s::y0 |
Y coordinate of the top-left corner, in pixels (inclusive).
| short ui_rect_s::y1 |
Y coordinate of the bottom-right corner, in pixels (inclusive).