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

Method olc_UpdateKeyFocus

olcPixelGameEngine.h:4608–4611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4606 }
4607
4608 void PixelGameEngine::olc_UpdateKeyFocus(bool state)
4609 {
4610 bHasInputFocus = state;
4611 }
4612
4613 void PixelGameEngine::olc_DropFiles(int32_t x, int32_t y, const std::vector<std::string>& vFiles)
4614 {

Callers 4

olc_WindowEventMethod · 0.80
HandleSystemEventMethod · 0.80
CreateWindowPaneMethod · 0.80
focus_callbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected