arsa  2.7
Public Attributes | List of all members
SDL_MouseMotionEvent Struct Reference

Mouse motion event structure (event.motion.*) More...

#include <SDL_events.h>

Public Attributes

Uint32 type
 
Uint32 timestamp
 
Uint32 windowID
 
Uint32 which
 
Uint32 state
 
Sint32 x
 
Sint32 y
 
Sint32 xrel
 
Sint32 yrel
 

Detailed Description

Mouse motion event structure (event.motion.*)

Definition at line 253 of file SDL_events.h.

Member Data Documentation

◆ state

Uint32 SDL_MouseMotionEvent::state

The current button state

Definition at line 259 of file SDL_events.h.

◆ timestamp

Uint32 SDL_MouseMotionEvent::timestamp

In milliseconds, populated using SDL_GetTicks()

Definition at line 256 of file SDL_events.h.

◆ type

Uint32 SDL_MouseMotionEvent::type

SDL_MOUSEMOTION

Definition at line 255 of file SDL_events.h.

◆ which

Uint32 SDL_MouseMotionEvent::which

The mouse instance id, or SDL_TOUCH_MOUSEID

Definition at line 258 of file SDL_events.h.

◆ windowID

Uint32 SDL_MouseMotionEvent::windowID

The window with mouse focus, if any

Definition at line 257 of file SDL_events.h.

◆ x

Sint32 SDL_MouseMotionEvent::x

X coordinate, relative to window

Definition at line 260 of file SDL_events.h.

◆ xrel

Sint32 SDL_MouseMotionEvent::xrel

The relative motion in the X direction

Definition at line 262 of file SDL_events.h.

◆ y

Sint32 SDL_MouseMotionEvent::y

Y coordinate, relative to window

Definition at line 261 of file SDL_events.h.

◆ yrel

Sint32 SDL_MouseMotionEvent::yrel

The relative motion in the Y direction

Definition at line 263 of file SDL_events.h.


The documentation for this struct was generated from the following file: