IS MOUSE MOVING notification?

Hi Guys,

when the game starts I have an animation playing. I want it to stop as soon as the mouse is moved. Very similar to a screensaver on a PC. Once you move the mouse the PC desktop appears.

Can somebody tell me how to get a notification that the mouse is being moved. Something in the lines of “mouse velocity”

thx!

The player controller has mouse delta - you should be able to catch that and see if it’s different than 0.

excellent!! Thanx a lot!