Skip to content

Commit

Permalink
haxeui_expose_all
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Oct 29, 2024
1 parent c5841cf commit 9a97048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haxe/ui/geom/Point.hx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package haxe.ui.geom;

#if haxeui_expose_all
@:expose
#end
class Point {
public var x:Float;
public var y:Float;
Expand Down
3 changes: 3 additions & 0 deletions haxe/ui/geom/Rectangle.hx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package haxe.ui.geom;

#if haxeui_expose_all
@:expose
#end
class Rectangle {
public var left(default, default):Float;
public var top(default, default):Float;
Expand Down

0 comments on commit 9a97048

Please sign in to comment.