Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ pushevent
Function
pushevent
source/src/main.cpp:773–776 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
771
vector<SDL_Event> events;
772
773
void pushevent(const SDL_Event &e)
774
{
775
events.add(e);
776
}
777
778
bool interceptkey(int sym)
779
{
Callers
1
interceptkey
Function · 0.85
Calls
1
add
Method · 0.45
Tested by
no test coverage detected