diff options
author | erorcun <erayorcunus@gmail.com> | 2020-12-24 18:47:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-24 18:47:26 +0100 |
commit | f9cbe29c5036d647d4ed882badd67092b5ee7331 (patch) | |
tree | d358e55143ac06bc0390cc1eb365b0818a649e7d /src/core/ControllerConfig.h | |
parent | fixed double explosion (diff) | |
parent | style change (diff) | |
download | re3-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 '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); |