Class: SDL2::CommonEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/sdl2/events.rb

Overview

Fields shared by every event

Constant Summary collapse

LAYOUT =
[:type, :uint32, :timestamp, :uint32]

Method Summary

Methods inherited from Struct

#==, #initialize, #inspect, member_readers, member_writers, release

Constructor Details

This class inherits a constructor from SDL2::Struct