Cafu Engine
CaMouseEventT Struct Reference

This struct describes a mouse event. More...

#include "OpenGLWindow.hpp"

Public Types

enum  TypeT {
  CM_BUTTON0 = 0, CM_BUTTON1 = 1, CM_BUTTON2 = 2, CM_BUTTON3 = 3,
  CM_MOVE_X =200, CM_MOVE_Y =201, CM_MOVE_Z =202
}
 This enum describes the type of the mouse event. More...
 

Public Attributes

TypeT Type
 The type of the mouse event. More...
 
int Amount
 The amount. More...
 

Detailed Description

This struct describes a mouse event.

Member Enumeration Documentation

This enum describes the type of the mouse event.

Enumerator
CM_MOVE_Z 

The mouse wheel.

Member Data Documentation

int CaMouseEventT::Amount

The amount.

TypeT CaMouseEventT::Type

The type of the mouse event.


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