Mouse movement within rust window [SCRIPT] 06/20/2019 - Rust - 1 Replies 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?