MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / IsFocused

Method IsFocused

olcPixelGameEngine.h:2647–2650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2645 }
2646
2647 bool PixelGameEngine::IsFocused() const
2648 {
2649 return bHasInputFocus;
2650 }
2651
2652 HWButton PixelGameEngine::GetKey(Key k) const
2653 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected