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

Method Extract

GTE/Applications/MSW/WindowSystem.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199#endif
200
201void WindowSystem::Extract(LPARAM lParam, int32_t& x, int32_t& y)
202{
203 x = static_cast<int32_t>(static_cast<int16_t>(lParam & 0xFFFF));
204 y = static_cast<int32_t>(static_cast<int16_t>((lParam & 0xFFFF0000) >> 16));
205}
206
207void WindowSystem::Extract(WPARAM wParam, int32_t& x, int32_t& y)
208{

Callers 10

CreateSceneMethod · 0.45
ExtractLevelCurvesMethod · 0.45
CreateMeshCubesMethod · 0.45
CreateMeshTetrahedraMethod · 0.45
ExecuteMethod · 0.45
Test0Method · 0.45
Test1Method · 0.45
CreateMeshMethod · 0.45
CreateBallMethod · 0.45

Calls

no outgoing calls

Tested by 2

Test0Method · 0.36
Test1Method · 0.36