sokol-d ~master (2024-11-07T19:02:21.1867002)
Dub
Repo
ImVec2
examples
imgui
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
safe
@
nogc
nothrow
struct
ImVec2 {
float
x
;
float
y
;
}
Members
Variables
x
float
x
;
Undocumented in source.
y
float
y
;
Undocumented in source.
Meta
Source
See Implementation
examples
imgui
aliases
ImGuiColorEditFlags
ImGuiCond
ImGuiWindowFlags
enums
ImGuiColorEditFlags_
ImGuiCond_
ImGuiWindowFlags_
functions
cleanup
event
frame
igBegin
igColorEdit3
igEnd
igSetNextWindowPos
igSetNextWindowSize
init
main
static variables
state
structs
ImVec2
State