Skip to content

Commit ab3fc4a

Browse files
authored
Merge pull request #496 from dmurdoch/mouseModeLink
Fix links to mouseMode.
2 parents 783ffcd + 22b0577 commit ab3fc4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/rgl.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ bbox | read-only | Current bounding-box of the scene
454454
viewport | | Dimensions in pixels of the scene within the window
455455
windowRect | | Dimensions in pixels of the window on the whole screen
456456
listeners | | Which subscenes respond to mouse actions in the current one
457-
mouseMode | | What the mouse buttons do. See `r linkfn("mouseMode", '<code>"mouseMode"</code>')`
457+
mouseMode | | What the mouse buttons do. See [User interaction](#user-interaction)
458458
observer | read-only | The position of the observer; set by `r indexfns("observer3d")`
459459
scale | | Rescaling for each coordinate; see `r linkfn("aspect3d")`
460460
zoom | | Magnification of the scene
@@ -780,7 +780,7 @@ actions that take place when the mouse is moved
780780
without pressing any button.
781781

782782
The button actions generally correspond to click and drag operations.
783-
Possible values for `r indexfns("mouseMode", '<code>"mouseMode"</code>')` for the mouse pointer or wheel are as follows:
783+
Possible values for `"mouseMode"` for the mouse pointer or wheel are as follows:
784784

785785
Mode | Description
786786
-------------- | ---------

0 commit comments

Comments
 (0)