glfw3d v1.0.0 (2016-10-16T12:50:41Z)
Dub
Repo
FrameSize
glfw3d
Window
Utility structs. No documentation needed, isn't it?
struct
FrameSize {
int
left
;
int
top
;
int
right
;
int
bottom
;
}
Members
Variables
bottom
int
bottom
;
Undocumented in source.
left
int
left
;
right
int
right
;
top
int
top
;
Undocumented in source.
Meta
Source
See Implementation
glfw3d
Window
classes
Cursor
Window
structs
CursorPosition
FrameSize
WindowPosition
WindowSize
Utility structs. No documentation needed, isn't it?