MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / MouseState

Method MouseState

Shadows/SampleFramework11/Input.cpp:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20BYTE KeyboardState::currState[256];
21
22MouseState::MouseState() : X (0),
23 Y (0),
24 DX (0),
25 DY (0),
26 IsOverWindow (false)
27{
28
29}
30
31MouseState MouseState::GetMouseState(HWND hwnd)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected