Complete documentation of some more classes

This commit is contained in:
Tomasz Chabora
2020-01-13 23:08:42 +01:00
parent 34ad33d9e0
commit c09b9c488f
10 changed files with 26 additions and 1 deletions

View File

@@ -112,6 +112,7 @@
The state of buttons are disabled.
</constant>
<constant name="DRAW_HOVER_PRESSED" value="4" enum="DrawMode">
The state of buttons are both hovered and pressed.
</constant>
<constant name="ACTION_MODE_BUTTON_PRESS" value="0" enum="ActionMode">
Require just a press to consider the button clicked.