Files
FTXUI/examples/component
Arthur Sonzogni b3ba747d82 Feature: Slider in any directions. (#468)
Add the `SliderOption` option supporting:
```cpp
{
  Ref<T> value;
  ConstRef<T> min = T(0);
  ConstRef<T> max = T(100);
  ConstRef<T> increment = (max() - min()) / 20;
  GaugeDirection direction = GaugeDirection::Right;
  Color color_active = Color::White;
  Color color_inactive = Color::GrayDark;
};
```

In particular, this supports multiple direction. This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/467

This one do not support adding a label. The old constructors can still
be used to have a label.
2022-08-30 18:52:33 +02:00
..
2022-03-13 18:51:46 +01:00
2022-04-28 10:43:31 +02:00
2022-03-13 18:51:46 +01:00
2022-03-26 07:55:52 +01:00
2022-03-31 02:17:43 +02:00
2021-12-11 17:58:25 +01:00
2022-01-07 11:03:54 +01:00
2022-03-13 18:51:46 +01:00
2021-10-15 23:04:11 +02:00
2021-12-23 14:17:33 +01:00
2019-01-27 16:23:12 +01:00
2021-09-16 20:45:26 +02:00
2022-05-08 08:44:38 +02:00
2022-03-13 18:51:46 +01:00
2022-03-31 02:17:43 +02:00
2022-03-31 02:17:43 +02:00
2022-08-07 14:44:33 +02:00
2021-09-16 20:45:26 +02:00