summaryrefslogtreecommitdiffstats
path: root/src/core/ControllerConfig.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-12-24 18:47:26 +0100
committerGitHub <noreply@github.com>2020-12-24 18:47:26 +0100
commitf9cbe29c5036d647d4ed882badd67092b5ee7331 (patch)
treed358e55143ac06bc0390cc1eb365b0818a649e7d /src/core/ControllerConfig.h
parentfixed double explosion (diff)
parentstyle change (diff)
downloadre3-f9cbe29c5036d647d4ed882badd67092b5ee7331.tar
re3-f9cbe29c5036d647d4ed882badd67092b5ee7331.tar.gz
re3-f9cbe29c5036d647d4ed882badd67092b5ee7331.tar.bz2
re3-f9cbe29c5036d647d4ed882badd67092b5ee7331.tar.lz
re3-f9cbe29c5036d647d4ed882badd67092b5ee7331.tar.xz
re3-f9cbe29c5036d647d4ed882badd67092b5ee7331.tar.zst
re3-f9cbe29c5036d647d4ed882badd67092b5ee7331.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);