Make action when joystick is slightly moved

Hi guys,

How can i do an action when my joystick from the controller is slightly moved towards one direction. For example 40%.

Thanks,

hi @DarkZK
the input axis is a float output, you can choose to check if the output is lower 0.3 or things like this to know when player slightly touch it.
but will be probably a mess understand if the player was just starting the movement , any movement could be detected like this.
if you set it really low it could work .