MCPcopy Create free account
hub / github.com/SpartanJ/eepp / pushCallback

Method pushCallback

src/eepp/window/input.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325Uint32 Input::pushCallback( const InputCallback& cb ) {
326 mNumCallBacks++;
327 mCallbacks[mNumCallBacks] = cb;
328 return mNumCallBacks;
329}
330
331void Input::popCallback( const Uint32& CallbackId ) {
332 mCallbacks[CallbackId] = 0;

Callers 7

mainFunction · 0.80
initMethod · 0.80
EventDispatcherMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected