mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 08:03:34 +02:00
Missed typo
This commit is contained in:
parent
605d272392
commit
5a4ab1d43f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public:
|
|||
* @property {Controller.Standard|Controller.Actions|function} action - The controller output or function that triggers the
|
||||
* events on the entity or overlay. If a function, it must return a number <code>>= 1.0</code> to start the action
|
||||
* and <code>< 1.0</code> to terminate the action.
|
||||
* @property {string} button - Which button to trigger.
|
||||
* @property {string} button - Which button to trigger:
|
||||
* <ul>
|
||||
* <li><code>"Primary"</code>, <code>"Secondary"</code>, and <code>"Tertiary"</code> cause {@link Entities} and
|
||||
* {@link Overlays} mouse pointer events. Other button names also cause mouse events but the <code>button</code>
|
||||
|
|
Loading…
Reference in a new issue