diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-01-30 14:52:48 +0300 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-01 14:18:17 +0300 |
commit | 902e539c0d25ec418cd36c735079561f378c712c (patch) | |
tree | 7adb03f0e53c02770bda9cdc0e2133b303c8a998 /src/core/ControllerConfig.h | |
parent | 990637bf52142eb09fb9c38d9c9a5c8abd98050b (diff) |
Overhaul MusicManager - fix radio bugs, scroll to prev station, radio off text
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); |