SDL_MouseWheelEvent

sdl2.structs.SDL_MouseWheelEvent

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply()(using Zone): Ptr[SDL_MouseWheelEvent]
def apply(`type`: Uint32, timestamp: Uint32, windowID: Uint32, which: Uint32, x: Sint32, y: Sint32, direction: Uint32, preciseX: Float, preciseY: Float, mouseX: Sint32, mouseY: Sint32)(using Zone): Ptr[SDL_MouseWheelEvent]

Givens

Givens

Extensions

Extensions

extension (struct: SDL_MouseWheelEvent)
def `type`: Uint32
def direction_=(value: Uint32): Unit
def mouseX: Sint32
def mouseX_=(value: Sint32): Unit
def mouseY: Sint32
def mouseY_=(value: Sint32): Unit
def preciseX: Float
def preciseX_=(value: Float): Unit
def preciseY: Float
def preciseY_=(value: Float): Unit
def timestamp_=(value: Uint32): Unit
def type_=(value: Uint32): Unit
def which: Uint32
def which_=(value: Uint32): Unit
def windowID_=(value: Uint32): Unit
def x: Sint32
def x_=(value: Sint32): Unit
def y: Sint32
def y_=(value: Sint32): Unit