#include <MouseAdapterLeft.h>

Public Member Functions | |
| virtual void | pressLeft (const GLuint &id, const GLuint &x, const GLuint &y, const GLint &xRel, const GLint &yRel)=0 |
| void | pressRight (const GLuint &id, const GLuint &x, const GLuint &y, const GLint &xRel, const GLint &yRel) |
| void | pressCenter (const GLuint &id, const GLuint &x, const GLuint &y, const GLint &xRel, const GLint &yRel) |
| void | pressWheelUp (const GLuint &id, const GLuint &x, const GLuint &y, const GLint &xRel, const GLint &yRel) |
| void | pressWheelDown (const GLuint &id, const GLuint &x, const GLuint &y, const GLint &xRel, const GLint &yRel) |
| virtual void | releaseLeft (const GLuint &id, const GLuint &x, const GLuint &y, const GLint &xRel, const GLint &yRel)=0 |
| void | releaseRight (const GLuint &id, const GLuint &x, const GLuint &y, const GLint &xRel, const GLint &yRel) |
| void | releaseCenter (const GLuint &id, const GLuint &x, const GLuint &y, const GLint &xRel, const GLint &yRel) |
| void | releaseWheelUp (const GLuint &id, const GLuint &x, const GLuint &y, const GLint &xRel, const GLint &yRel) |
| void | releaseWheelDown (const GLuint &id, const GLuint &x, const GLuint &y, const GLint &xRel, const GLint &yRel) |
| virtual void | move (const GLuint &id, const GLuint &x, const GLuint &y, const GLint &xRel, const GLint &yRel)=0 |
| virtual string | toString () const |
| Returns a textual representation. | |
| virtual string | className () const |
| Returns the class name of the object. | |
| virtual enum classId | classId () const |
| Returns the class id of the object. | |
Only movement and left button actions can be utilized
| virtual void MouseAdapterLeft::pressLeft | ( | const GLuint & | id, | |
| const GLuint & | x, | |||
| const GLuint & | y, | |||
| const GLint & | xRel, | |||
| const GLint & | yRel | |||
| ) | [pure virtual] |
| void MouseAdapterLeft::pressRight | ( | const GLuint & | id, | |
| const GLuint & | x, | |||
| const GLuint & | y, | |||
| const GLint & | xRel, | |||
| const GLint & | yRel | |||
| ) | [virtual] |
Implements MouseListener.
| void MouseAdapterLeft::pressCenter | ( | const GLuint & | id, | |
| const GLuint & | x, | |||
| const GLuint & | y, | |||
| const GLint & | xRel, | |||
| const GLint & | yRel | |||
| ) | [virtual] |
Implements MouseListener.
| void MouseAdapterLeft::pressWheelUp | ( | const GLuint & | id, | |
| const GLuint & | x, | |||
| const GLuint & | y, | |||
| const GLint & | xRel, | |||
| const GLint & | yRel | |||
| ) | [virtual] |
Implements MouseListener.
| void MouseAdapterLeft::pressWheelDown | ( | const GLuint & | id, | |
| const GLuint & | x, | |||
| const GLuint & | y, | |||
| const GLint & | xRel, | |||
| const GLint & | yRel | |||
| ) | [virtual] |
Implements MouseListener.
| virtual void MouseAdapterLeft::releaseLeft | ( | const GLuint & | id, | |
| const GLuint & | x, | |||
| const GLuint & | y, | |||
| const GLint & | xRel, | |||
| const GLint & | yRel | |||
| ) | [pure virtual] |
| void MouseAdapterLeft::releaseRight | ( | const GLuint & | id, | |
| const GLuint & | x, | |||
| const GLuint & | y, | |||
| const GLint & | xRel, | |||
| const GLint & | yRel | |||
| ) | [virtual] |
Implements MouseListener.
| void MouseAdapterLeft::releaseCenter | ( | const GLuint & | id, | |
| const GLuint & | x, | |||
| const GLuint & | y, | |||
| const GLint & | xRel, | |||
| const GLint & | yRel | |||
| ) | [virtual] |
Implements MouseListener.
| void MouseAdapterLeft::releaseWheelUp | ( | const GLuint & | id, | |
| const GLuint & | x, | |||
| const GLuint & | y, | |||
| const GLint & | xRel, | |||
| const GLint & | yRel | |||
| ) | [virtual] |
Implements MouseListener.
| void MouseAdapterLeft::releaseWheelDown | ( | const GLuint & | id, | |
| const GLuint & | x, | |||
| const GLuint & | y, | |||
| const GLint & | xRel, | |||
| const GLint & | yRel | |||
| ) | [virtual] |
Implements MouseListener.
| virtual void MouseAdapterLeft::move | ( | const GLuint & | id, | |
| const GLuint & | x, | |||
| const GLuint & | y, | |||
| const GLint & | xRel, | |||
| const GLint & | yRel | |||
| ) | [pure virtual] |
| string MouseAdapterLeft::toString | ( | ) | const [virtual] |
Returns a textual representation.
Reimplemented from MouseListener.
Reimplemented in Button, IdPicker, MouseAdapterMove, and MouseCursor.
| string MouseAdapterLeft::className | ( | ) | const [virtual] |
Returns the class name of the object.
Reimplemented from MouseListener.
Reimplemented in Button, IdPicker, MouseAdapterMove, and MouseCursor.
| enum classId MouseAdapterLeft::classId | ( | ) | const [virtual] |
Returns the class id of the object.
Reimplemented from MouseListener.
Reimplemented in Button, IdPicker, MouseAdapterMove, and MouseCursor.
1.5.6