Created
March 26, 2015 15:38
-
-
Save XMPPwocky/3ff58b530608669d4c88 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.ravioli_ravioli_give_me_the_rawinputuoli() -> bool; // name not final | |
if it returns true, now you get RawMouseMove events instead of (or in addition to?) MouseMove events | |
RawMouseMove(delta_x: i32, delta_y: i32) | |
also, window.grab_pointer() -> bool; // tries to grab the pointer, preventing it from leaving the window and hiding it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment