|
Mouse movement within rust window [SCRIPT]
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?
|