MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / RegisterMessageCallback

Method RegisterMessageCallback

SampleFramework12/v1.00/Window.cpp:335–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void Window::RegisterMessageCallback(MsgFunction msgFunction, void* context)
336{
337 Callback callback;
338 callback.Function = msgFunction;
339 callback.Context = context;
340 messageCallbacks.Add(callback);
341}
342
343}

Callers 2

Initialize_InternalMethod · 0.80
InitializeFunction · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected