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

Class Callback

SampleFramework12/v1.00/Window.h:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 HACCEL accelTable; // Accelerator table handle
96
97 struct Callback
98 {
99 MsgFunction Function;
100 void* Context;
101 };
102
103 GrowableList<Callback> messageCallbacks; // Message callback list
104};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected