Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 7ba4991

Browse files
committed
public -> private
1 parent fb216f5 commit 7ba4991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/gestures/binding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void _flushPointerEventQueue() {
5252

5353
public readonly HashSet<HitTestTarget> lastMoveTargets = new HashSet<HitTestTarget>();
5454

55-
public readonly HashSet<HitTestEntry> _enteredTargets = new HashSet<HitTestEntry>();
55+
readonly HashSet<HitTestEntry> _enteredTargets = new HashSet<HitTestEntry>();
5656

5757
void _handlePointerEvent(PointerEvent evt) {
5858
if (evt is PointerScrollEvent) {

0 commit comments

Comments
 (0)