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

Function Event_RaiseString

src/Event.c:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void Event_RaiseString(struct Event_String* handlers, const cc_string* str) {
171 int i;
172 for (i = 0; i < handlers->Count; i++) {
173 handlers->Handlers[i](handlers->Objs[i], str);
174 }
175}
176
177void Event_RaiseRawMove(struct Event_RawMove* handlers, float xDelta, float yDelta) {
178 int i;

Callers 6

Window_OnTextChangedFunction · 0.85
OnscreenTextChangedFunction · 0.85
java_processKeyTextFunction · 0.85
OnKeyPressedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected