doc: Sync classref with current source

[ci skip]
This commit is contained in:
Rémi Verschelde 2017-09-16 01:46:14 +02:00
parent a74cc22591
commit 62cb43bb8d
30 changed files with 501 additions and 24 deletions

View file

@ -45,5 +45,13 @@
</member>
</members>
<constants>
<constant name="MODE_PRESSED" value="0">
</constant>
<constant name="MODE_RELEASED" value="1">
</constant>
<constant name="MODE_JUST_PRESSED" value="2">
</constant>
<constant name="MODE_JUST_RELEASED" value="3">
</constant>
</constants>
</class>