- Home /
Question by
Andrii · May 14, 2018 at 02:46 PM ·
guieditoreditor-scriptingeventsystemevent triggering
Trigger an event from editor script?
I'm writing an editor script and I want it to cause a MouseDown event when mouse it over a certain handle in a scene view so the handle would be dragged by cursor without the user's initial click.
Basically I want to set Event.current to MouseDown without the user clicking.
Is this possible at all?
Comment