SDL_Point

The structure that defines a point (using integers).

extern (C) nothrow @nogc
struct SDL_Point {}

Members

Variables

x
int x;
Undocumented in source.
y
int y;
Undocumented in source.

See Also

Meta