Closed Shadowblitz16 closed 4 years ago
ok, i already add them by:
public bool IsDown(MouseButton btn) => IsDown((int)btn);
public bool IsPressed(MouseButton btn) => IsPressed((int)btn);
public bool IsReleased(MouseButton btn) => IsReleased((int)btn);
in version 11.0.45
awesome this will be really helpful
MouseButtons should be a enum instead of constants in the Mouse class