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

Function IsPulsed

TombEngine/Specific/Input/Input.cpp:816–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814 }
815
816 bool IsPulsed(ActionID actionID, float delaySec, float initialDelaySec)
817 {
818 return ActionMap[actionID].IsPulsed(delaySec, initialDelaySec);
819 }
820
821 bool IsReleased(ActionID actionID, float maxDelaySec)
822 {

Callers 4

DrawDebugMethod · 0.85
GuiIsPulsedMethod · 0.85
IsKeyPulsedFunction · 0.85

Calls 1

IsPulsedMethod · 0.80

Tested by

no test coverage detected