We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4604052 commit a590f0dCopy full SHA for a590f0d
xml/System/Console.xml
@@ -1171,9 +1171,17 @@
1171
</ReturnValue>
1172
<Parameters />
1173
<Docs>
1174
- <summary>To be added.</summary>
1175
- <returns>To be added.</returns>
1176
- <remarks>To be added.</remarks>
+ <summary>Gets the position of the cursor.</summary>
+ <returns>The column and row position of the cursor.</returns>
+ <remarks>
1177
+ <format type="text/markdown"><![CDATA[
1178
+
1179
+## Remarks
1180
1181
+Columns are numbered from left to right starting at 0. Rows are numbered from top to bottom starting at 0.
1182
1183
+ ]]></format>
1184
+ </remarks>
1185
</Docs>
1186
</Member>
1187
<Member MemberName="In">
0 commit comments