mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-19 10:08:10 +08:00
Add "long" to slider.
This commit is contained in:

committed by
Arthur Sonzogni

parent
462664520a
commit
2445dc03d3
@@ -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.
|
||||
|
Reference in New Issue
Block a user