MCPcopy 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

771vector<SDL_Event> events;
772
773void pushevent(const SDL_Event &e)
774{
775 events.add(e);
776}
777
778bool interceptkey(int sym)
779{

Callers 1

interceptkeyFunction · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected