ES/onClick: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Client event}} __NOTOC__ Este evento se activa cuando cualquier elemento de DxLib es clickeado {{Note|El '''player''' quien clickeo el elemento siempre será localPlayer.}} {{Note|Si usted desea saber más sobre triggers... Mire addEventHandler}} ==Parametross== <syntaxhighlight lang="lua"> string button, string state, int absoluteX, int absoluteY, bool isCoolingDown </syntaxhighlight>") |
No edit summary |
||
Line 5: | Line 5: | ||
{{Note|Si usted desea saber más sobre triggers... Mire [[addEventHandler]]}} | {{Note|Si usted desea saber más sobre triggers... Mire [[addEventHandler]]}} | ||
== | ==Parametros== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
string button, string state | string button, string state | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 18:03, 10 July 2022
Este evento se activa cuando cualquier elemento de DxLib es clickeado
Parametros
string button, string state