MCPcopy Create free account
hub / github.com/ZDoom/Raze / I_SetMouseCapture

Function I_SetMouseCapture

source/common/platform/win32/i_input.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void I_SetMouseCapture()
147{
148 SetCapture(mainwindow.GetHandle());
149}
150
151void I_ReleaseMouseCapture()
152{

Callers 1

SetMouseCaptureFunction · 0.50

Calls 1

GetHandleMethod · 0.45

Tested by

no test coverage detected