summaryrefslogtreecommitdiff
path: root/lib/wx/doc/src/wxMouseEvent.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/doc/src/wxMouseEvent.xml')
-rw-r--r--lib/wx/doc/src/wxMouseEvent.xml44
1 files changed, 43 insertions, 1 deletions
diff --git a/lib/wx/doc/src/wxMouseEvent.xml b/lib/wx/doc/src/wxMouseEvent.xml
index 5c690102e4..2f9297be83 100644
--- a/lib/wx/doc/src/wxMouseEvent.xml
+++ b/lib/wx/doc/src/wxMouseEvent.xml
@@ -7,7 +7,7 @@
<erlref>
<header>
<copyright>
- <year>2020</year><year>2021</year>
+ <year>2020</year><year>2022</year>
<holder>wxWidgets team.</holder></copyright>
<legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
</legalnotice>
@@ -322,5 +322,47 @@
</p><p>Notice that before wxWidgets 2.9.4 this method returned <c>int</c>.
</p></desc>
</func>
+
+ <func>
+ <name name="aux1DClick" arity="1" clause_i="1" since=""/>
+ <fsummary>Returns true if the event was a first extra button double click. </fsummary>
+ <desc><p>Returns true if the event was a first extra button double click.
+ </p></desc>
+ </func>
+
+ <func>
+ <name name="aux1Down" arity="1" clause_i="1" since=""/>
+ <fsummary>Returns true if the first extra button mouse button changed to down. </fsummary>
+ <desc><p>Returns true if the first extra button mouse button changed to down.
+ </p></desc>
+ </func>
+
+ <func>
+ <name name="aux1Up" arity="1" clause_i="1" since=""/>
+ <fsummary>Returns true if the first extra button mouse button changed to up. </fsummary>
+ <desc><p>Returns true if the first extra button mouse button changed to up.
+ </p></desc>
+ </func>
+
+ <func>
+ <name name="aux2DClick" arity="1" clause_i="1" since=""/>
+ <fsummary>Returns true if the event was a second extra button double click. </fsummary>
+ <desc><p>Returns true if the event was a second extra button double click.
+ </p></desc>
+ </func>
+
+ <func>
+ <name name="aux2Down" arity="1" clause_i="1" since=""/>
+ <fsummary>Returns true if the second extra button mouse button changed to down. </fsummary>
+ <desc><p>Returns true if the second extra button mouse button changed to down.
+ </p></desc>
+ </func>
+
+ <func>
+ <name name="aux2Up" arity="1" clause_i="1" since=""/>
+ <fsummary>Returns true if the second extra button mouse button changed to up. </fsummary>
+ <desc><p>Returns true if the second extra button mouse button changed to up.
+ </p></desc>
+ </func>
</funcs>
</erlref>