Public Member Functions | Public Attributes

CursorPosition Struct Reference

Cursor position. More...

#include <def.h>

List of all members.

Public Member Functions

CursorPositionoperator= (const CursorPosition &other)
bool operator== (const CursorPosition &other)
bool operator!= (const CursorPosition &other)

Public Attributes

union {
   struct {
      int   x
      int   y
   } 
   int   position [2]
}; 

Detailed Description

Cursor position.

Definition at line 59 of file def.h.


Member Function Documentation

bool CursorPosition::operator!= ( const CursorPosition other  )  [inline]

Definition at line 70 of file def.h.

CursorPosition& CursorPosition::operator= ( const CursorPosition other  )  [inline]

Definition at line 64 of file def.h.

bool CursorPosition::operator== ( const CursorPosition other  )  [inline]

Definition at line 67 of file def.h.


Member Data Documentation

union { ... }

Definition at line 62 of file def.h.

Definition at line 61 of file def.h.

Definition at line 61 of file def.h.


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