Esempio n. 1
0
 public MazeEditor(IMazeElementProcessing _mazeElementProcessing, IMouse _mouse, IInputMouseButtons _inputButtons)
 {
     mazeElementProcessing = _mazeElementProcessing;
     Mouse        = _mouse;
     inputButtons = _inputButtons;
 }
Esempio n. 2
0
 public MazeInOutPoints(IMouse _mouseBoundary, IInputMouseButtons _inputMouseButtons, IMazeInOutController _mazeInOutController)
 {
     mouseBoundary       = _mouseBoundary;
     inputMouseButtons   = _inputMouseButtons;
     mazeInOutController = _mazeInOutController;
 }