mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-17 00:18:11 +08:00
Add support for password for input element. (#158)
This fixes: https://github.com/ArthurSonzogni/FTXUI/issues/139 CC:@Creapermann
This commit is contained in:
@@ -45,9 +45,7 @@ struct Pixel {
|
||||
/// @brief Define how the Screen's dimensions should look like.
|
||||
/// @ingroup screen
|
||||
struct Dimension {
|
||||
/// coucou
|
||||
static Dimension Fixed(int);
|
||||
/// @brief coucou
|
||||
static Dimension Fit(Element&);
|
||||
static Dimension Full();
|
||||
|
||||
|
Reference in New Issue
Block a user