dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
WindowMoveEvent
Dgame
Window
Event
The Window move Event structure.
struct
WindowMoveEvent {
int
x
;
int
y
;
}
Members
Variables
x
int
x
;
The new x position
y
int
y
;
The new y position
Meta
Source
See Implementation
Dgame
Window
Event
structs
ControllerAxisEvent
ControllerButtonEvent
ControllerDeviceEvent
Event
JoystickAxisEvent
JoystickButtonEvent
JoystickDeviceEvent
JoystickHatEvent
KeyboardEvent
MouseButtonEvent
MouseMotionEvent
MouseWheelEvent
TouchFingerEvent
WindowEvent
WindowMoveEvent
WindowSizeEvent
unions
ControllerUnion
JoystickUnion
MouseUnion
The Window move Event structure.