TORCS  1.3.9
The Open Racing Car Simulator
tCtrlMouseInfo Struct Reference

Mouse information structure. More...

#include <tgfclient.h>

Public Attributes

int edgeup [3]
 Button transition from down (pressed) to up. More...
 
int edgedn [3]
 Button transition from up to down. More...
 
int button [3]
 Button state (1 = up) More...
 
float ax [4]
 mouse axis position (mouse considered as a joystick) More...
 

Detailed Description

Mouse information structure.

Definition at line 294 of file tgfclient.h.

Member Data Documentation

◆ ax

float tCtrlMouseInfo::ax[4]

mouse axis position (mouse considered as a joystick)

Definition at line 299 of file tgfclient.h.

◆ button

int tCtrlMouseInfo::button[3]

Button state (1 = up)

Definition at line 298 of file tgfclient.h.

◆ edgedn

int tCtrlMouseInfo::edgedn[3]

Button transition from up to down.

Definition at line 297 of file tgfclient.h.

◆ edgeup

int tCtrlMouseInfo::edgeup[3]

Button transition from down (pressed) to up.

Definition at line 296 of file tgfclient.h.


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