Example #1
0
 public void SetButtonPressed(TabletAuxiliaryButton button, bool pressed) => AuxiliaryButtons.SetPressed(button, pressed);
Example #2
0
 public void SetPressed(MouseButton button, bool pressed) => Buttons.SetPressed(button, pressed);
Example #3
0
 public void SetButtonPressed(TabletPenButton button, bool pressed) => PenButtons.SetPressed(button, pressed);