Is it possible to process mouse input while captured?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By thadiusII

My game is 3D and first person. For object interactions, I need to be able to detect mouse input. The problem is, since I have the mouse set to captured, Its also totally inactive(It works fine when I have the mouse in another mode). I thought about just constantly setting the mouse pos to the center and hiding it, but I’d like to know if theres a better way before committing to that. Thanks in advance

:bust_in_silhouette: Reply From: Cogan

Mouse Input works as usual when captured. this may be helpful:

Input.get_last_mouse_speed ( )

as for object interaction, it’s probably best to use a raycast.