16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 13:59:19 +02:00

build 200106. ep brake cab control, battery state cab indicator, additional cab control tooltips, minor bug fixes

This commit is contained in:
tmj-fstate
2020-01-07 05:05:41 +01:00
parent bebb413c31
commit a23dda041a
9 changed files with 71 additions and 24 deletions

View File

@@ -21,9 +21,10 @@ enum class TGaugeAnimation {
gt_Digital // licznik cyfrowy, np. kilometrów
};
enum class TGaugeType {
toggle,
enum class TGaugeType : int {
toggle = 1,
push,
pushtoggle = ( toggle | push ),
push_delayed
};