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_global_left events only fire if cursor is on object #5

Closed
technobaboo opened this issue May 12, 2018 · 1 comment
Closed

mouse_global_left events only fire if cursor is on object #5

technobaboo opened this issue May 12, 2018 · 1 comment
Labels

Comments

@technobaboo
Copy link
Collaborator

technobaboo commented May 12, 2018

        mouse_global_left_pressed:
          - set_variable_value:
              variable: mouseDown
              value: 0
        mouse_global_left_released:
          - set_variable_value:
              variable: mouseDown
              value: -1
@rlc2 rlc2 added the bug label May 13, 2018
@rlc2
Copy link
Owner

rlc2 commented May 13, 2018

Fixed in commit ID c61e507

@rlc2 rlc2 closed this as completed May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants