WindowMoveEvent

The Window move Event structure.

struct WindowMoveEvent {}

Members

Variables

x
int x;

The new x position

y
int y;

The new y position

Meta