Radio scroll to prev. station & radio off text

This commit is contained in:
erorcun
2020-12-15 05:51:53 +03:00
parent 3c8c20ea0b
commit 984b8efccc
4 changed files with 136 additions and 8 deletions

View File

@@ -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);