MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Event_RaiseInt

Function Event_RaiseInt

src/Event.c:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void Event_RaiseInt(struct Event_Int* handlers, int arg) {
129 int i;
130 for (i = 0; i < handlers->Count; i++) {
131 handlers->Handlers[i](handlers->Objs[i], arg);
132 }
133}
134
135void Event_RaiseFloat(struct Event_Float* handlers, float arg) {
136 int i;

Callers 15

MapKeysFunction · 0.85
Pointer_SetPressedFunction · 0.85
Pointer_SetPositionFunction · 0.85
HandleKeyPressFunction · 0.85
Entities_RemoveFunction · 0.85
TabList_RemoveFunction · 0.85
TabList_SetFunction · 0.85
KeyEventProcFunction · 0.85
ProcessKeyFunction · 0.85
HandleKeyDownFunction · 0.85
Window_ProcedureFunction · 0.85
OnTextEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected