brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

Added basic support for mouse-events #23

Closed FrozenCow closed 11 years ago

FrozenCow commented 11 years ago

Added basic support for mouse-events the same way the keyboard events are implemented.

AngryLawyer commented 11 years ago

Looks good to me, and compiles, so in it goes! Cheers!

FrozenCow commented 11 years ago

Thanks!