Re: [ManiaLinks] List of known bugs
Posted: 24 Oct 2013, 16:38
here are suggestions for a mix of several topics ^^ (manialink, maniascript, server controller)
- it would be great if we could trigger clicks of manialink controls from maniascript
Quad.Click(); or something
in a usual manialink that wouldn't be really necessary of course but in a manialink used by a server controller that could be helpful because then the defined "action" could be triggered from the script - it would also be great if a right mouse click would trigger a script event, maybe not the usual actions and url-opening caused by left clicks, but at least an event in the script so that we know that someone right-clicked on a control
currently we would have to check for CMlScript::MouseRightButton and if the mouse is inside a specific control which is quite of dirty