You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MouseMode.js 137B

1234567891011
  1. /**
  2. * @Author: Caven
  3. * @Date: 2020-10-29 20:10:10
  4. */
  5. let MouseMode = {
  6. LEFT_MIDDLE: 0,
  7. LEFT_RIGHT: 1
  8. }
  9. export default MouseMode