gorbit99 / olcPGEX_Gamepad

Cross platform (Windows + Linux) Gamepad API for the Pixel Game Engine (http://onelonecoder.com/)
Other
15 stars 5 forks source link

Screensaver is not blocked by controller only inputs on Linux #3

Closed rosskidson closed 3 years ago

rosskidson commented 3 years ago

In linux, if one only provides inputs via a gamepad, the screensaver is not blocked and eventually comes on. This doesn't seem to be a problem in Windows, and this extension does not support MacOS, so this just seems to be a Linux problem.

A fix may well require changes on the olcPixelGameEngine side to expose internals. Related issue: https://github.com/OneLoneCoder/olcPixelGameEngine/issues/207