geMouseMotionEvent

From GriffinEngine
Jump to: navigation, search

Usage

Used to handle events created by moving the mouse.


Inheritance

Base classes


Reference

Fields

  •  int x;
    
  •  int y;
    
  •  int oldX;
    
  •  int oldY;
    
  •  int deltaX;
    
  •  int deltaY;
    
  •  double direction;
    
  •  double distance;
    

Constructors

  •  geMouseMotionEvent();
    
  •  geMouseMotionEvent( int _x, int _y, int _oldX, int _oldY );
    
  •  geMouseMotionEvent( const geMouseMotionEvent& original ); // copy constructor
    

Accessors

  •  int getID() { return 0x0410; }
    
Retrieved from "https://ge.matvei.org/GeMouseMotionEvent"