0
Beantwoord

Where is EVENT_ITEM_MOVE?

Wouter van der Post 7 jaar geleden in Applications / i3 Pro bijgewerkt door Aleksandr Romanov (CTO) 7 jaar geleden 3

Hello,


I'm on v1.1.3.

In JS you can add event handlers to several events from buttons using IR.AddListener(.......).

I have a button of type "joystick" as a color picker but I am not able to add a listener in JS to the Move event. It is possible/available in the Programming tab of the control.

I am not looking for the EVENT_TOUCH_MOVE event, but the "mouse"-move event (EVENT_ITEM_MOVE).


Image 18463


Image 18464

Should be EVENT_MOUSE_MOVE


Regards,


Benno

Hmm, now why didn't I try that?!

Problem solved, thanks.