Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mouse_ #63

Open
drewmccluskey opened this issue Dec 6, 2018 · 0 comments
Open

mouse_ #63

drewmccluskey opened this issue Dec 6, 2018 · 0 comments

Comments

@drewmccluskey
Copy link
Collaborator

drewmccluskey commented Dec 6, 2018

Function:

  • 📌✔️mouse_button -> instad of a variable, this is now a function
  • ✔️mouse_check_button
  • ✔️mouse_check_button_pressed
  • ✔️mouse_check_button_released
  • ✔️mouse_clear
  • ✔️mouse_last_button
  • ✔️mouse_wheel_up
  • ✔️mouse_wheel_down
  • ❌mouse_x
  • ❌mouse_y
  • 💡 mouse (vec2)
  • ❌window_mouse_get_x
  • ❌window_mouse_get_y
  • ✔️window_mouse_set
  • 💡 window_mouse_get (vec2)
  • ❌window_view_mouse_get_x
  • ❌window_view_mouse_get_y
  • ❌window_views_mouse_get_x
  • ❌window_views_mouse_get_y

Constants:

Instead of constants these are now under enumerator MouseButtons

  • ✔️mb_left
  • ✔️mb_right
  • ✔️mb_any
  • ✔️mb_none
  • ✔️mb_middle
  • 💡 mb_x1
  • 💡 mb_x2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants