MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / IsClicked

Method IsClicked

TombEngine/Specific/Input/InputAction.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 bool Action::IsClicked() const
126 {
127 return (_value != 0.0f && _prevValue == 0.0f);
128 }
129
130 bool Action::IsHeld(float delaySec) const
131 {

Callers 2

DrawDebugInfoMethod · 0.80
IsClickedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected