From 7cdf9a4890904e7071577e59adcd36e896f6427e Mon Sep 17 00:00:00 2001 From: Clement Roblot Date: Wed, 7 Aug 2024 13:44:22 +0700 Subject: [PATCH] Removed todolist --- examples/component/selectable_input.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/component/selectable_input.cpp b/examples/component/selectable_input.cpp index a4c31ec..5be4512 100644 --- a/examples/component/selectable_input.cpp +++ b/examples/component/selectable_input.cpp @@ -71,11 +71,6 @@ int main() { 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) { return selectableCatchEvent(event);