MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / GetXFromLPARAM

Method GetXFromLPARAM

src/UtilityLib/Utility.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91short CUtility::GetXFromLPARAM(LPARAM lp)
92{
93 return static_cast<short>(LOWORD(lp));
94}
95
96short CUtility::GetYFromLPARAM(LPARAM lp)
97{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64