mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Clean source code. Add to_wstring<T> T={int, float, double, ...}
This commit is contained in:
@@ -23,7 +23,7 @@ class Input : public Component {
|
||||
|
||||
// Component implementation.
|
||||
dom::Element Render() override;
|
||||
bool OnEvent(Event) override;
|
||||
bool OnEvent(Event) override;
|
||||
|
||||
private:
|
||||
int cursor_position = 0;
|
||||
|
Reference in New Issue
Block a user