Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ olc_UpdateMouseFocus
Method
olc_UpdateMouseFocus
olcPixelGameEngine.h:4603–4606 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4601
}
4602
4603
void PixelGameEngine::olc_UpdateMouseFocus(bool state)
4604
{
4605
bHasMouseFocus = state;
4606
}
4607
4608
void PixelGameEngine::olc_UpdateKeyFocus(bool state)
4609
{
Callers
2
olc_WindowEvent
Method · 0.80
focus_callback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected