| 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 | { |
no outgoing calls
no test coverage detected