diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2020-12-15 03:51:53 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2020-12-15 03:51:53 +0100 |
commit | 984b8efccc844588d8d7ddfd94713dee5ac90fc7 (patch) | |
tree | ef2e3301ab96eeb3f2ce97eb14b3102af56062bd /src/core/ControllerConfig.h | |
parent | Merge pull request #882 from GTAmodding/ShFil119-patch-1 (diff) | |
download | re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.tar re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.tar.gz re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.tar.bz2 re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.tar.lz re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.tar.xz re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.tar.zst re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.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 92017a93..d3c2293d 100644 --- a/src/core/ControllerConfig.h +++ b/src/core/ControllerConfig.h @@ -188,6 +188,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); |