SDL_MultiGestureEvent

sdl2.structs.SDL_MultiGestureEvent

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply()(using Zone): Ptr[SDL_MultiGestureEvent]
def apply(`type`: Uint32, timestamp: Uint32, touchId: SDL_TouchID, dTheta: Float, dDist: Float, x: Float, y: Float, numFingers: Uint16, padding: Uint16)(using Zone): Ptr[SDL_MultiGestureEvent]

Givens

Givens

Extensions

Extensions

extension (struct: SDL_MultiGestureEvent)
def `type`: Uint32
def dDist: Float
def dDist_=(value: Float): Unit
def dTheta: Float
def dTheta_=(value: Float): Unit
def numFingers_=(value: Uint16): Unit
def padding_=(value: Uint16): Unit
def timestamp_=(value: Uint32): Unit
def touchId_=(value: SDL_TouchID): Unit
def type_=(value: Uint32): Unit
def x: Float
def x_=(value: Float): Unit
def y: Float
def y_=(value: Float): Unit