Add "long" to slider.

This commit is contained in:
ArthurSonzogni
2021-06-02 21:11:23 +02:00
committed by Arthur Sonzogni
parent 462664520a
commit 2445dc03d3
2 changed files with 7 additions and 1 deletions

View File

@@ -134,6 +134,12 @@ template Component Slider(StringRef label,
float max,
float increment);
template Component Slider(StringRef label,
long* value,
long min,
long max,
long increment);
} // namespace ftxui
// Copyright 2020 Arthur Sonzogni. All rights reserved.