mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
We can retrieve the content of the selection
This commit is contained in:
committed by
ArthurSonzogni
parent
dc70091203
commit
307d8b51bf
@@ -69,8 +69,7 @@ class ScreenInteractive : public Screen {
|
||||
void ForceHandleCtrlZ(bool force);
|
||||
|
||||
// Selection API.
|
||||
// TODO: Implement somethings here.
|
||||
std::string GetSelectedContent(void);
|
||||
std::string GetSelectedContent(Component component);
|
||||
void onSelectionModified(std::function<void(void)> callback);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user