tui-scala
tui-scala copied to clipboard
Mouse move detection
IF you check the attached image, there is a problem when I move my mouse across the terminal. Shouldn't the input know its mouse move and just not show those characters? Or is something I am doing worng. The code is from your example directory UserInputExample
I haven't tried the mouse code myself yet, honestly. try to write the events you get somewhere you can inspect them and see if you can find any answers there
i mean the code was ported 1-1, but that doesn't mean there's not any stupid bugs in it somewhere
A ok. I will try to do this.