v1.2.0: added hover-based pointer events

This commit is contained in:
Evan Debenham
2022-02-08 15:20:54 -05:00
parent d2f139e6fa
commit 79a7a24707
4 changed files with 55 additions and 26 deletions
@@ -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;