public virtual void DoKeyDown()
public virtual void DoKeyDown()
This method assumes LastInput has information representing a keyboard input event. By default this just calls IGoTool.DoKeyDown on the current Tool.
This is normally called by OnKeyDown and any other code that wishes to simulate a canonicalized keyboard event. This is not called when AllowKey is false.