c

sdl2.Extras

SDL_EventOps

implicit final class SDL_EventOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SDL_EventOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SDL_EventOps(self: Ptr[SDL_Event])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def button: Ptr[SDL_MouseButtonEvent]
  6. def common: Ptr[SDL_CommonEvent]
  7. def edit: Ptr[SDL_TextEditingEvent]
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def key: Ptr[SDL_KeyboardEvent]
  11. def motion: Ptr[SDL_MouseMotionEvent]
  12. def padding: Ptr[Byte]
  13. def quit: Ptr[SDL_QuitEvent]
  14. val self: Ptr[SDL_Event]
  15. def syswm: Ptr[SDL_SysWMEvent]
  16. def text: Ptr[SDL_TextInputEvent]
  17. def toString(): String
    Definition Classes
    Any
  18. def type_: UInt
  19. def user: Ptr[SDL_UserEvent]
  20. def window: Ptr[SDL_WindowEvent]

Inherited from AnyVal

Inherited from Any

Ungrouped