MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / clearTriggered

Method clearTriggered

src/engine/Input.cpp:334–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void Input::clearTriggered()
335{
336 // Reset all the keys, for text input
337 for (int i = 0; i < NUM_KEYS; i++)
338 {
339 keyTriggered[i] = false;
340 modsTriggered[i] = 0;
341 }
342}
343
344std::string Input::getActualKeyName(int key)
345{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected