equal
deleted
inserted
replaced
212 Uint8 type; |
212 Uint8 type; |
213 SDL_SysWMmsg *msg; |
213 SDL_SysWMmsg *msg; |
214 } SDL_SysWMEvent; |
214 } SDL_SysWMEvent; |
215 |
215 |
216 /* General event structure */ |
216 /* General event structure */ |
217 typedef union { |
217 typedef union SDL_Event { |
218 Uint8 type; |
218 Uint8 type; |
219 SDL_ActiveEvent active; |
219 SDL_ActiveEvent active; |
220 SDL_KeyboardEvent key; |
220 SDL_KeyboardEvent key; |
221 SDL_MouseMotionEvent motion; |
221 SDL_MouseMotionEvent motion; |
222 SDL_MouseButtonEvent button; |
222 SDL_MouseButtonEvent button; |