MCPcopy Create free account
hub / github.com/diasurgical/devilution / GetMousePos

Function GetMousePos

Source/diablo.cpp:463–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463static void GetMousePos(LPARAM lParam)
464{
465 MouseX = (short)(lParam & 0xffff);
466 MouseY = (short)((lParam >> 16) & 0xffff);
467}
468
469LRESULT DisableInputWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
470{

Callers 2

DisableInputWndProcFunction · 0.85
GM_GameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected