Skip to content

Commit

Permalink
add virtual to IScroller
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed May 22, 2024
1 parent 3135453 commit f490552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haxe/ui/core/IScroller.hx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ interface IScroller {
public var isScrollable(get, null):Bool;
public var vscrollPos(get, set):Float;
public var hscrollPos(get, set):Float;
public var virtual(get, set):Bool;
}

0 comments on commit f490552

Please sign in to comment.