mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +08:00
Removed todolist
This commit is contained in:
parent
eb21c23f60
commit
7cdf9a4890
@ -71,11 +71,6 @@ int main() {
|
|||||||
border | selectable([&textToCopy](std::string txtSelected){textToCopy = txtSelected;});
|
border | selectable([&textToCopy](std::string txtSelected){textToCopy = txtSelected;});
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: Implement the double click on word to select the word
|
|
||||||
// TODO: Implement the double click and drag to select word by word (optional)
|
|
||||||
// TODO: Implement the tripple click to select an entire line
|
|
||||||
// TODO: Add a "selectable" flag in the pixel class and take it into account when selecting things
|
|
||||||
|
|
||||||
renderer |= CatchEvent([&](Event event) {
|
renderer |= CatchEvent([&](Event event) {
|
||||||
|
|
||||||
return selectableCatchEvent(event);
|
return selectableCatchEvent(event);
|
||||||
|
Loading…
Reference in New Issue
Block a user