- handleMouseButton
bool handleMouseButton(MouseButton btn, bool status, vec2 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleMouseEnter
bool handleMouseEnter(bool entered, vec2 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleMouseMove
bool handleMouseMove(vec2 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleMouseScroll
bool handleMouseScroll(vec2 amount, vec2 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleTracked
void handleTracked(bool a)
Undocumented in source. Be warned that the author may not have intended to support it.
- refuseTrack
void refuseTrack()
Undocumented in source. Be warned that the author may not have intended to support it.
- setHovered
void setHovered(Widget child, vec2 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- track
void track()
Undocumented in source. Be warned that the author may not have intended to support it.
A template that declares methods related to Mouse.