Currently M is displayed to indicate the position of the mouse in terminal. It would be better when we see current direction of the mouse.
However, ASCII code does not have arrows (e.g. ↑,↓,←,→) so we cannot print them.
Instead we could print UDLR to show direction. Maybe we can come up a better solution like -> and <-.
Currently
M
is displayed to indicate the position of the mouse in terminal. It would be better when we see current direction of the mouse. However, ASCII code does not have arrows (e.g. ↑,↓,←,→) so we cannot print them. Instead we could printU
D
L
R
to show direction. Maybe we can come up a better solution like->
and<-
.