Class: Ruby2D::Window::EventDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Ruby2D::Window::EventDescriptor
- Defined in:
- lib/ruby2d/window.rb
Overview
Event structures
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
13 14 15 |
# File 'lib/ruby2d/window.rb', line 13 def id @id end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/ruby2d/window.rb', line 13 def type @type end |