I’m not sure if this is a bug or a mis-understanding on my part.
I want to capture a MouseButtonDown event and then a MouseButtonUp event using 2 separate actions.
Mouse Down Action:
Mouse Up Action:
My Events Hooks:
My Event Handlers:
Now, when I run the app and do JUST A MOUSE BUTTON DOWN, I get this in the console:
If you can’t see this, it’s showing that both BeginAim and Fire were fired. I expected, BeginAim to show when I press the button down, and Fire to show when I release.
Any ideas? Am I missing something?
-Jeff