MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / ContextHasFocus

Function ContextHasFocus

src/openrct2/Context.cpp:1668–1671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1666 }
1667
1668 bool ContextHasFocus()
1669 {
1670 return GetContext()->GetUiContext().HasFocus();
1671 }
1672
1673 void ContextSetCursorTrap(bool value)
1674 {

Callers 1

GameHandleEdgeScrollFunction · 0.85

Calls 2

GetContextFunction · 0.85
HasFocusMethod · 0.80

Tested by

no test coverage detected