dgame ~master (2021-12-24T16:32:58.6490046)
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
functions
_translate
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.