Moving components #680
-
Suppose I want to make movable/draggable components. I easily implemented an event handler that listens for mouse events, and tracks pressed buttons, and can set the moving flag and get the coordinates. I can also track the relative movement by tracking event's What I don't yet feel like I understand (or even possible at the moment), is how to tell FTXUI to use these computed coordinates. Any idea how to do this? If it is impossible, do you think it may be considered? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes. That's a good idea. Thanks! |
Beta Was this translation helpful? Give feedback.
Yes. That's a good idea. Thanks!
Not easy at all, but I might be willing to give it a try. I opened an issue to track this:
#682