v1.2.0: added hover-based pointer events
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ public class CellSelector extends ScrollArea {
|
||||
|
||||
if (event != curEvent && another == null) {
|
||||
|
||||
if (!curEvent.down) {
|
||||
if (curEvent.type == PointerEvent.Type.UP) {
|
||||
curEvent = event;
|
||||
onPointerDown( event );
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user