public bool ExecuteMouseAction(MouseButtons buttons, PanelSpaceMapMode mode, Keys modifierKeys, int x, int y, int pixelsInOne) { if (mode == PanelSpaceMapMode.SingleSpecial) { return(SelectionSpecial.ExecuteMouseAction(buttons, modifierKeys, x, y, pixelsInOne)); } return(false); }
public bool ExecuteCommand(KeyCommands command, PanelSpaceMapMode mode, Keys modifierKeys, int x, int y, int pixelsInOne) { if (mode == PanelSpaceMapMode.SingleSpecial) { return(SelectionSpecial.ExecuteCommand(command, modifierKeys, x, y, pixelsInOne)); } return(false); }
public bool ExecuteWheelAction(int delta, PanelSpaceMapMode mode, Keys modifierKeys, int x, int y, int pixelsInOne) { if (mode == PanelSpaceMapMode.SingleSpecial) { return(SelectionSpecial.ExecuteWheelAction(delta, modifierKeys, x, y, pixelsInOne)); } return(false); }
public bool ExecuteWheelAction(int delta, PanelSpaceMapMode mode, Keys modifierKeys, int x, int y, int pixelsInOne) { if (mode == PanelSpaceMapMode.SingleSpecial) return SelectionSpecial.ExecuteWheelAction(delta, modifierKeys, x, y, pixelsInOne); return false; }
public bool ExecuteMouseAction(MouseButtons buttons, PanelSpaceMapMode mode, Keys modifierKeys, int x, int y, int pixelsInOne) { if (mode == PanelSpaceMapMode.SingleSpecial) return SelectionSpecial.ExecuteMouseAction(buttons, modifierKeys, x, y, pixelsInOne); return false; }
public bool ExecuteCommand(KeyCommands command, PanelSpaceMapMode mode, Keys modifierKeys, int x, int y, int pixelsInOne) { if (mode == PanelSpaceMapMode.SingleSpecial) return SelectionSpecial.ExecuteCommand(command, modifierKeys, x, y, pixelsInOne); return false; }