Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Input configuration

Controller detection frequency

Use fplInputSettings::controllerDetectionFrequency to change the frequency (in milliseconds) for detecting new or removed game controllers.

If this is set to zero, new or removed game controllers are detected for every frame - which is not recommended due to performance issues.

Disable controller handling as events

Set fplInputSettings::disabledEvents to '1' to disable all game controller events, if needed.

Initialize to default settings

If needed you can use fplSetDefaultInputSettings to reset the fplInputSettings structure to a default state.

You dont have to use this call, if you have already initialized the fplSettings structure by fplMakeDefaultSettings() or fplSetDefaultSettings()