home features api download svn donate licensesend a comment contact
Spanish  

SMouseState Struct Reference

The mouse state. More...

#include <ceMouse.h>

Collaboration diagram for SMouseState:

List of all members.

Public Member Functions

 SMouseState (void)
 Default constructor.
 SMouseState (const SMouseState &State)
 Copy constructor (MouseState).
const SMouseStateoperator= (const SMouseState &State)
const SMouseStateoperator-> (void) const

Public Attributes

unsigned int x
 Cursor screen X position.
unsigned int y
 Cursor screen Y position.
int buffer [0x4]
 4-byte array that contains mouse buttons states.

Detailed Description

The mouse state.


Constructor & Destructor Documentation

SMouseState ( void   )  [inline]

Default constructor.

Note:
Initialize the position and buffer to zero (X=0, Y=0).
SMouseState ( const SMouseState State  )  [inline]

Copy constructor (MouseState).

Parameters:
State Initialize the cursor positions and buffer with other state values.

Member Function Documentation

const SMouseState& operator= ( const SMouseState State  )  [inline]
const SMouseState* operator-> ( void   )  const [inline]

Member Data Documentation

unsigned int x

Cursor screen X position.

unsigned int y

Cursor screen Y position.

int buffer[0x4]

4-byte array that contains mouse buttons states.


The documentation for this struct was generated from the following file:
 
 
 SourceForge.net
 
   Creative Commons License   Except where otherwise noted, content on this site is
  licensed under a Creative Commons Attribution 3.0 License