Mouse movement within rust window [SCRIPT]

05/27/2019 17:58 abba89#1
So, I am a complete novice to c++, but I have created a script using a sequence of SetCursorPos() calls, however these calls only manipulate the mouse outside of rust. My question is, how can I transfer this to rust mouse movement? Is it rawInput I should use instead?
06/20/2019 02:35 10Bl0CKED#2
use rawinput to collide