SDL_SensorEvent

sdl2.structs.SDL_SensorEvent

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply()(using Zone): Ptr[SDL_SensorEvent]
def apply(`type`: Uint32, timestamp: Uint32, which: Sint32, data: CArray[Float, _6], timestamp_us: Uint64)(using Zone): Ptr[SDL_SensorEvent]

Givens

Givens

given _tag: Tag[SDL_SensorEvent]

Extensions

Extensions

extension (struct: SDL_SensorEvent)
def `type`: Uint32
def data: CArray[Float, _6]
def data_=(value: CArray[Float, _6]): Unit
def timestamp_=(value: Uint32): Unit
def timestamp_us_=(value: Uint64): Unit
def type_=(value: Uint32): Unit
def which: Sint32
def which_=(value: Sint32): Unit