Hello everyone,
Regarding mouse actions, do you know if it's possible to use both "onclick" and "ondown" at the same time ? What I mean is that I would need a different action to occur depending on whether the user performs a short click (single click) or a click with the button held down. The current behavior that I have, which seems entirely logical to me, is that my "ondown" action is taken into account followed by the action I mentioned for "onup". However, if I perform a simple click, since the scene called on "ondown" is a video, it doesn't have time to load, and the result of my simple click is not suitable at all. That's why I need to be able to distinguish between "onclick" and "ondown" to provide other instructions to krpano in the case of a simple click. I am using it for clicks on a hotspot.
I have searched for hours on the web and on the forum, but I can't find any topic that addresses the question in these terms or anything similar. I may have searched incorrectly, but I've really spent a lot of time on this, including studying the documentation on "delayed" or anything related to time in krpano. I am reaching out to you because I have invested a lot of time in this topic, but I really can't find any leads. If someone could give me a little help, I would be truly grateful.
Wishing you all a great weekend :)