wpilibsuite / PathWeaver

Desktop application for generating motion paths
Other
64 stars 68 forks source link

Display pose at the mouse cursor in the corner of the window #213

Open jasondaming opened 3 years ago

jasondaming commented 3 years ago

Closes #210

AustinShalit commented 3 years ago

@jasondaming in order for the tooltip to be displayed the user needs to stop moving there mouse for quite a bit of time. Maybe instead of the tooltip component we can use something else that always shows the current location?

AustinShalit commented 3 years ago

Yea this doesn't seem right. For me it is hard to read and not always in the right spot. What do you think of adding a text label so it looks something like this?

Screen Shot 2021-03-25 at 4 54 09 PM

jasondaming commented 3 years ago

Yes the tooltip is kind of a hack as that isn't really what tooltips were meant for. Let me brainstorm where the other features I want to add are going to go as that might affect things.