SDL_FPoint

The structure that defines a point (using floating point values).

extern (C) nothrow @nogc
struct SDL_FPoint {}

Members

Variables

x
float x;
Undocumented in source.
y
float y;
Undocumented in source.

See Also

Meta