MCPcopy Create free account
hub / github.com/assaultcube/AC / keyrepeat

Function keyrepeat

source/src/main.cpp:747–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745Uint32 textinputtime = 0;
746
747void keyrepeat(bool on, int mask)
748{
749 if(on) keyrepeatmask |= mask;
750 else keyrepeatmask &= ~mask;
751}
752
753void textinput(bool on, int mask)
754{

Callers 3

setcurmenuFunction · 0.85
toggleeditFunction · 0.85
saycommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected