geMouseClickEvent

From GriffinEngine
Jump to: navigation, search

Usage

Used for handling button presses on the mouse.

Inheritance

geObject

Base classes

Derived classes

  • None

Reference

Constants

  • None

Fields

  • int x;
  • int y;
  • int button;
  • int state;

Constructors

  • geMouseClickEvent();
  • geMouseClickEvent( const geMouseClickEvent& original );
  • geMouseClickEvent( int _x, int _y, int _button, int _state );

Accessors

  • int getID() { return 0x0411; }