Struct sdl2_sys::rect::SDL_Rect
[−]
[src]
pub struct SDL_Rect {
pub x: c_int,
pub y: c_int,
pub w: c_int,
pub h: c_int,
}A structure that defines a rectangle, with the origin at the upper left.
Fields
x | |
y | |
w | |
h |