The set inputmode to game only hide cursor lock to view port and then set its position to the middle of the screen. Screen position is based on a pixel system aka you need to actually set this based off the screen resolution and change it based on the users screen size. Aka it needs to be scaled or set values for x and set x when game starts or when user changes screen size. but long story short 800x 400y will get you close to the middle set that when you unrightclick also set game back to game and ui this will make your single click events move to location work correctly. if its game only with shown cursor it will consume the first click and require double click events and its not clear why. Thats why. and do the first thing i said when you set inputmode to game only… aka when its in the world its consuming it someplace and when its game only it for some reason doesnt respect the viewport as an object restraint, aka you can spin camera for as long as you have room on mouse pad. It will be on the edge of the screen or run out of the game if its not locked to viewport. when its in UI mode it stops dead when it hits the edge but its hidden so it doesnt actually show it hitting the edge and stopping. This is true for your click events it basically has a higher degree of focus for game events regarding widgets and click events. But when its game only it overrides those for as far as i can tell no reason. it basically just nullifies the first left click almost 100% of the time across the project at completely random times.