Librería para clientes de AlMarSimulator 1
Librería para E/S de simuladores genéricos (C/C++/Matlab/Python)
Loading...
Searching...
No Matches
MOUSE_STATUS Struct Reference

Public Attributes

int x
 
int y
 
short button [3]
 
int changes
 

Detailed Description

Definition at line 145 of file curses.h.

Member Data Documentation

◆ button

short MOUSE_STATUS::button[3]

Definition at line 149 of file curses.h.

◆ changes

int MOUSE_STATUS::changes

Definition at line 150 of file curses.h.

◆ x

int MOUSE_STATUS::x

Definition at line 147 of file curses.h.

◆ y

int MOUSE_STATUS::y

Definition at line 148 of file curses.h.