trigger the specified key (simulated) event
(See input.KEY)
Optional
true to trigger a key down event, or false for key up event
the mouse button to trigger
// trigger a key pressme.input.triggerKeyEvent(me.input.KEY.LEFT, true); Copy
// trigger a key pressme.input.triggerKeyEvent(me.input.KEY.LEFT, true);
trigger the specified key (simulated) event