mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Add focusable Renderer. (#173)
This commit is contained in:
@@ -71,9 +71,7 @@ class CheckboxBase : public ComponentBase {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Focusable() const final {
|
||||
return true;
|
||||
}
|
||||
bool Focusable() const final { return true; }
|
||||
|
||||
ConstStringRef label_;
|
||||
bool* const state_;
|
||||
|
||||
Reference in New Issue
Block a user