Class: SDL2::SysWMEvent
- Inherits:
-
AbstractEvent
- Object
- FFI::Struct
- Struct
- AbstractEvent
- SDL2::SysWMEvent
- Defined in:
- lib/sdl2/events.rb
Overview
@brief A video driver dependent system event (event.syswm.*)
This event is disabled by default, you can enable it with
SDL_EventState()
@note If you want to use this event, you should include SDL_syswm.h.
Constant Summary
Constants inherited from AbstractEvent
Method Summary
Methods inherited from Struct
#==, cast, #initialize, release
Methods included from StructHelper
#member_readers, #member_writers
Constructor Details
This class inherits a constructor from SDL2::Struct