-
|
I was trying to show a popup menu when right clicking on a label. I saw that there's a I understand that the only way of handling clicks in labels is through the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments · 1 reply
-
|
Hi @treequin Using I'll upload the change as soon as possible. Thanks for reporting. |
Beta Was this translation helpful? Give feedback.
-
|
@treequin |
Beta Was this translation helpful? Give feedback.

Hi @treequin
Using
EvTextinlabel_OnClick()is a design flaw. I'm replacingEvTextwithEvMouse, which is the correct approach. I'm also addinglabel_get_text()to be consistent with the rest of the SDK.I'll upload the change as soon as possible.
Thanks for reporting.