Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
745
Uint32 textinputtime = 0;
746
747
void keyrepeat(bool on, int mask)
748
{
749
if(on) keyrepeatmask |= mask;
750
else keyrepeatmask &= ~mask;
751
}
752
753
void textinput(bool on, int mask)
754
{
Callers
3
setcurmenu
Function · 0.85
toggleedit
Function · 0.85
saycommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected