Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ShowMouseCursor
Function
ShowMouseCursor
engine/hid/src/hid.cpp:565–568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
563
}
564
565
void ShowMouseCursor(HContext context)
566
{
567
dmPlatform::SetDeviceState(context->m_Window, WINDOW_DEVICE_STATE_CURSOR, true);
568
}
569
570
void HideMouseCursor(HContext context)
571
{
Callers
1
SetMouseLock
Function · 0.85
Calls
1
SetDeviceState
Function · 0.50
Tested by
no test coverage detected