Hi, let's say I want to draw a rectangle that selects an area. And when the user drags the mouse, I can only draw the rectangle only when the mouse is released. And e.getX() would only get the last value of MouseDragged. How can I fix this?
Pretty much for each value the mouse is draged at, I want to be able to do something.
Thank you
Pretty much for each value the mouse is draged at, I want to be able to do something.
Thank you