arsa  2.7
Public Attributes | List of all members
irr::CARSAInput::mouseData Struct Reference

Mouse X/Y coordinates and Wheel data. More...

#include <CARSAInput.h>

Public Attributes

int X
 
int Y
 
float wheel
 wheel is how far the wheel has moved More...
 

Detailed Description

Mouse X/Y coordinates and Wheel data.

Definition at line 164 of file CARSAInput.h.

Member Data Documentation

◆ wheel

float irr::CARSAInput::mouseData::wheel

wheel is how far the wheel has moved

Definition at line 169 of file CARSAInput.h.

◆ X

int irr::CARSAInput::mouseData::X

Definition at line 166 of file CARSAInput.h.

◆ Y

int irr::CARSAInput::mouseData::Y

Definition at line 167 of file CARSAInput.h.


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