This commit is contained in:
blondie7575 2018-02-26 12:32:59 -08:00
commit 1e43cda4f8
1 changed files with 4 additions and 4 deletions

View File

@ -821,12 +821,12 @@ Not available
</table>
####WGScrollByX
####WGScrollXBy
Scrolls the currently selected view's contents by a specified delta horizontally (positive or negative).
<table width="100%">
<tr><th>Assembly</th><th>Applesoft</th></tr><tr><td><pre>
X: WGScrollByX
X: WGScrollXBy
A: Offset to apply to X scroll position
</td><td>
Not available (see WGScrollBy)
@ -834,12 +834,12 @@ Not available (see WGScrollBy)
</table>
####WGScrollByY
####WGScrollYBy
Scrolls the currently selected view's contents by a specified delta vertically (positive or negative).
<table width="100%">
<tr><th>Assembly</th><th>Applesoft</th></tr><tr><td><pre>
X: WGScrollY
X: WGScrollYBy
A: Offset to apply to Y scroll position
</td><td>
Not available