Dogi Is there a way to detect when mouse button is being hold? like there is a click event but how do i know when its not being clicked anymore? for example doing something while mouse button is pressed on an object
Samir Hi Dogi, Not for the moment. May be you should try theWindow.onKey event to check for mouse button press. For example checking for "VK_LBUTTON" for left mouse button press. Tell me if it's working for your need.