We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0219116 commit 072fcc7Copy full SHA for 072fcc7
docs/notes/bugfix-15846.md
@@ -0,0 +1 @@
1
+# MCWidgetEvalIsPointWithinRect(pPoint,pRect,rWithin) is in the dictionary
engine/src/widget.mlc
@@ -749,9 +749,9 @@ Example:
749
*/
750
751
syntax IsPointWithinRect is neutral binary operator with precedence 5
752
- <mPoint: Expression> "is" "within" <mRect: Expression>
+ <Point: Expression> "is" "within" <Rect: Expression>
753
begin
754
- MCWidgetEvalIsPointWithinRect(mPoint, mRect, output)
+ MCWidgetEvalIsPointWithinRect(Point, Rect, output)
755
end syntax
756
757
/*
0 commit comments