bubel-ecs v0.1.1 (2023-01-18T14:09:25Z)
Dub
Repo
Mouse
app
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
Mouse {
vec2
position
;
bool
left
;
bool
right
;
bool
middle
;
}
Members
Variables
left
bool
left
;
middle
bool
middle
;
Undocumented in source.
position
vec2
position
;
right
bool
right
;
Undocumented in source.
Meta
Source
See Implementation
app
enums
Tool
functions
SDL_main
app_main
loadGFX
main
mainLoop
quit
static variables
_tlsend
_tlsstart
launcher
tool_strings
structs
CleanSystem
CountSystem
DemoCallbacks
IteratorSystem
Launcher
Mouse