Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
void I_SetMouseCapture()
147
{
148
SetCapture(mainwindow.GetHandle());
149
}
150
151
void I_ReleaseMouseCapture()
152
{
Callers
1
SetMouseCapture
Function · 0.50
Calls
1
GetHandle
Method · 0.45
Tested by
no test coverage detected