Add update_pressed() method to documentation

This commit is contained in:
JeremyStar™ 2024-05-15 00:56:01 +02:00
parent acbf4f4927
commit 2d3fd6c918
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 4 additions and 0 deletions

View file

@ -56,3 +56,5 @@ Determines if the element should be updated automatically **during your game/app
## Functions
### *void* <u>update_element</u>()
Updates the element.
### *void* <u>update_pressed</u>(*bool* <u>is_pressed</u>)
Updates the internal button's value for `pressed`. Use this method to update `pressed`.

View file

@ -36,3 +36,5 @@ Determines if the element should be updated automatically **during your game/app
## Functions
### *void* <u>update_element</u>()
Updates the element.
### *void* <u>update_pressed</u>(*bool* <u>is_pressed</u>)
Updates the internal button's value for `pressed`. Use this method to update `pressed`.