sculpto
Public Attributes | List of all members
scl::mouse_data Struct Reference

#include <input.h>

Public Attributes

int PosX { 0 }
 
int PosY { 0 }
 
int PosZ { 0 }
 
int PosDeltaX { 0 }
 
int PosDeltaY { 0 }
 
int PosDeltaZ { 0 }
 

Detailed Description

Definition at line 16 of file input.h.

Member Data Documentation

◆ PosDeltaX

int scl::mouse_data::PosDeltaX { 0 }

Mouse wheel absolute scrool value.

Definition at line 21 of file input.h.

◆ PosDeltaY

int scl::mouse_data::PosDeltaY { 0 }

Mouse x screen position delta (relative to previus readed) value.

Definition at line 22 of file input.h.

◆ PosDeltaZ

int scl::mouse_data::PosDeltaZ { 0 }

Mouse y screen position delta (relative to previus readed) value.

Definition at line 23 of file input.h.

◆ PosX

int scl::mouse_data::PosX { 0 }

Definition at line 18 of file input.h.

◆ PosY

int scl::mouse_data::PosY { 0 }

Mouse x absolute screen position.

Definition at line 19 of file input.h.

◆ PosZ

int scl::mouse_data::PosZ { 0 }

Mouse y absolute screen position.

Definition at line 20 of file input.h.


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