summaryrefslogtreecommitdiffstats
path: root/src/core/ControllerConfig.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-12-15 03:51:53 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-12-15 03:51:53 +0100
commit984b8efccc844588d8d7ddfd94713dee5ac90fc7 (patch)
treeef2e3301ab96eeb3f2ce97eb14b3102af56062bd /src/core/ControllerConfig.h
parentMerge pull request #882 from GTAmodding/ShFil119-patch-1 (diff)
downloadre3-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 '')
-rw-r--r--src/core/ControllerConfig.h4
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);