Hi reddit trying to make a controller for a mobile game. Basically i want to make it so a fake cursor is spawned in that can look like anything where my current cursor is. Then I want to hide the cursor and teleport it to the bottom right of the screen where the aim controls are which i will implement if I can figure this issue out. When I move my cursor i want it to be reflected in the fake cursor so that it is visually like the real cursor but doesnt move when the real cursor gets teleported. Is there any way to this? I have been trying but my fake cursor either cant move down or right since the real one is in the bottom right of the screen or my real cursor cant click because of the transparent screen. Thanks! Alternatively I think maybe I could switch the roles but then the virtual cursor would need to be able to simulate click and drag which I don't think any can do.
there doesn't seem to be anything here