Mouse Button Press and Mouse Button Release Issue.

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:
4988720--486935--LeftMBAction.JPG

Mouse Up Action:
4988720--486932--LeftMBReleaseAction.JPG

My Events Hooks:
4988720--486929--PlayerInputEvents.JPG

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

I tried to replicate your setup exactly like in these screenshots, but it seems to work just fine for me. Can you submit a bug report with your project attached and post the case number here?

One thing I notice is it only seems to happen the 1st time I press the button. After that it registers as expected. I’ll try to get around to submitting a bug.