diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-01-30 12:52:48 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-01 12:18:17 +0100 |
commit | 902e539c0d25ec418cd36c735079561f378c712c (patch) | |
tree | 7adb03f0e53c02770bda9cdc0e2133b303c8a998 /src/core/ControllerConfig.h | |
parent | waterlevel: use macro for 400.0f (diff) | |
download | re3-902e539c0d25ec418cd36c735079561f378c712c.tar re3-902e539c0d25ec418cd36c735079561f378c712c.tar.gz re3-902e539c0d25ec418cd36c735079561f378c712c.tar.bz2 re3-902e539c0d25ec418cd36c735079561f378c712c.tar.lz re3-902e539c0d25ec418cd36c735079561f378c712c.tar.xz re3-902e539c0d25ec418cd36c735079561f378c712c.tar.zst re3-902e539c0d25ec418cd36c735079561f378c712c.zip |
Diffstat (limited to 'src/core/ControllerConfig.h')
-rw-r--r-- | src/core/ControllerConfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ControllerConfig.h b/src/core/ControllerConfig.h index 604fb5cc..d61e23e6 100644 --- a/src/core/ControllerConfig.h +++ b/src/core/ControllerConfig.h @@ -195,6 +195,10 @@ public: void DeleteMatching1rstPersonControls (e_ControllerAction action, int32 key, eControllerType type); void DeleteMatchingActionInitiators (e_ControllerAction action, int32 key, eControllerType type); +#ifdef RADIO_SCROLL_TO_PREV_STATION + bool IsAnyVehicleActionAssignedToMouseKey(int32 key); +#endif + bool GetIsKeyBlank(int32 key, eControllerType type); e_ControllerActionType GetActionType(e_ControllerAction action); |