Mouse Input Example

Hello,
I’m looking for an example of setting up simple Mouse Input behavior that doesn’t require an actor. And all the necessary setups for it to work. For example if Left mouse button is pressed, then Int1 + 5. Released - Int1 - 5.

Event onClicked/onReleased on actor works flawlessly, but how to fire an unassigned event?

Good day Im not usre if that’s what you are looking for but this might help:

thank you!