MCPcopy Create free account
hub / github.com/SolarLune/masterplan / Released

Method Released

events.go:82–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func (is *InputState) Released() bool {
83 if is.consumed || is.hidden {
84 return false
85 }
86 return !is.Down && is.upTime == globals.Time
87}
88
89func (is *InputState) ReleasedRaw() bool {
90 return !is.Down && is.upTime == globals.Time

Callers 10

UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
DrawMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected