mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-15 17:38:57 +08:00
Add focusable Renderer. (#173)
This commit is contained in:
@@ -53,9 +53,7 @@ class ButtonBase : public ComponentBase {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Focusable() const final {
|
||||
return true;
|
||||
}
|
||||
bool Focusable() const final { return true; }
|
||||
|
||||
private:
|
||||
ConstStringRef label_;
|
||||
|
||||
Reference in New Issue
Block a user