MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / OnWindowsMessage

Method OnWindowsMessage

GTE/Applications/WindowApplication.cpp:172–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170
171#if defined(GTE_USE_MSWINDOWS)
172bool WindowApplication::OnWindowsMessage(HWND, UINT,
173 WPARAM, LPARAM, LRESULT& result)
174{
175 result = 0;
176 return false;
177}
178#endif
179
180

Callers 1

WindowProcedureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected