Android Question Mousemovement

MasterGy

Member
Hello!

I am studying mouse management (external bluetooth mouse) on android. I like OnHover because I get the position of the mouse pointer even if I don't click with the mouse. I would like to supplement the control of a 3D fps shooting game with the use of a mouse. (vr glasses + mouse control)

It works, but I have two problems:
How can I make the mouse pointer disappear? I don't want it to show.

Unfortunately, if the mouse pointer reaches the edge of the screen, then after that I move the mouse in vain, I don't read the movement. This is not good for 3D navigation because, for example, if I turn and drag the mouse, it will get stuck there. So there should be some kind of non-stationary mouse movement.

I read many posts, I also asked chatgpt, but I didn't find a concrete solution.
 
Top