mouse_info Struct Reference

Used in mouse events to describe the position and buttons (Actually, not implemented at this time). More...

#include <cursesinterface.h>

List of all members.

Public Member Functions

 mouse_info (int row, int col, int mouseDownBitMask)

Public Attributes

int col_
int row_
int state_

Detailed Description

Used in mouse events to describe the position and buttons (Actually, not implemented at this time).

Definition at line 80 of file cursesinterface.h.


Constructor & Destructor Documentation

mouse_info ( int  row,
int  col,
int  mouseDownBitMask 
)

Definition at line 86 of file cursesinterface.h.


Member Data Documentation

int col_

Definition at line 94 of file cursesinterface.h.

int row_

Definition at line 93 of file cursesinterface.h.

int state_

Definition at line 95 of file cursesinterface.h.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 29 22:58:54 2012 for CXXUtilities by  doxygen 1.6.3