mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Prevent spamming
This commit is contained in:
@@ -74,7 +74,6 @@ int main() {
|
||||
// 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: Call onSelectionChange_ only when the selection indeed did change, not at every render?
|
||||
// TODO: Add a "selectable" flag in the pixel class and take it into account when selecting things
|
||||
|
||||
renderer |= CatchEvent([&](Event event) {
|
||||
|
||||
Reference in New Issue
Block a user