Skip to content

Instantly share code, notes, and snippets.

@XMPPwocky
Created March 26, 2015 15:38
Show Gist options
  • Save XMPPwocky/3ff58b530608669d4c88 to your computer and use it in GitHub Desktop.
Save XMPPwocky/3ff58b530608669d4c88 to your computer and use it in GitHub Desktop.
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