SDL_JoyButtonEvent

sdl2.structs.SDL_JoyButtonEvent

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply()(using Zone): Ptr[SDL_JoyButtonEvent]
def apply(`type`: Uint32, timestamp: Uint32, which: SDL_JoystickID, button: Uint8, state: Uint8, padding1: Uint8, padding2: Uint8)(using Zone): Ptr[SDL_JoyButtonEvent]

Givens

Givens

given _tag: Tag[SDL_JoyButtonEvent]

Extensions

Extensions

extension (struct: SDL_JoyButtonEvent)
def `type`: Uint32
def button: Uint8
def button_=(value: Uint8): Unit
def padding1_=(value: Uint8): Unit
def padding2_=(value: Uint8): Unit
def state: Uint8
def state_=(value: Uint8): Unit
def timestamp_=(value: Uint32): Unit
def type_=(value: Uint32): Unit
def which_=(value: SDL_JoystickID): Unit