Why does the mouse cursor icon not move to show the mouse position

I am having trouble to understand the logic or there is something already maybe causing bug with it?

You are checking the stick values (like a deadzone which you don’t need, you can do that in input action) and if player just put RStickX to 1, then it would turn true on some cases which is not optimal. That can be the issue maybe ?

Edit : Also input mode is Game and UI right?