mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Merge pull request #330 from jacekkruger/master
Implement PartialEq for WindowEventId enum
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ pub enum EventType {
|
||||
Last = ll::SDL_LASTEVENT,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
#[derive(PartialEq, Copy, Clone, Debug)]
|
||||
/// An enum of window events.
|
||||
pub enum WindowEventId {
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user