Im trying to develop a canvas (panel/B4Xview) which has a grid
When the pointer is dragged across the grid, each square will change color.. like a bitmap icon editor.
When detecting TOUCH_ACTION_MOVE events, I get a bunch of them, then inexplicable pauses.
This means that I cannot fill a row of...