0
    
    
    
        
        
        Отвечен
        
        
    
    
    
    
    
    Where is EVENT_ITEM_MOVE?
        Wouter van der Post 9 лет назад
        
            
                в Приложения / i3 Pro
            
        
        •
        
             обновлен Aleksandr Romanov (CTO) 9 лет назад • 
        
        
             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).


Сервис поддержки клиентов работает на платформе UserEcho
                
Should be EVENT_MOUSE_MOVE
Regards,
Benno
Hmm, now why didn't I try that?!
Problem solved, thanks.