Sirikata
Public Member Functions | Public Attributes
Sirikata::Input::MouseDragEvent Class Reference

Event when the mouse was dragged. More...

#include <InputEvents.hpp>

Inheritance diagram for Sirikata::Input::MouseDragEvent:
Collaboration diagram for Sirikata::Input::MouseDragEvent:

List of all members.

Public Member Functions

 MouseDragEvent (const PointerDevicePtr &dev, MouseDragType type, float xstart, float ystart, float xend, float yend, float lastx, float lasty, int cursorType, int button, int pressure, int pressureMin, int pressureMax)

Public Attributes

MouseDragType mType

Detailed Description

Event when the mouse was dragged.

If this event fires, then you will not get a MouseClickEvent.


Constructor & Destructor Documentation

Sirikata::Input::MouseDragEvent::MouseDragEvent ( const PointerDevicePtr dev,
MouseDragType  type,
float  xstart,
float  ystart,
float  xend,
float  yend,
float  lastx,
float  lasty,
int  cursorType,
int  button,
int  pressure,
int  pressureMin,
int  pressureMax 
) [inline]

Member Data Documentation


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