| Support Forum G3D Web Page |
General keyboard/mouse state definitions used by GEvent. More...
Public Types | |
| enum | Value { RELEASED = 0, PRESSED = 1 } |
Public Member Functions | |
| GButtonState (const G3D::String &x) | |
| GButtonState (char v) | |
| GButtonState (int v) | |
| GButtonState (const G3D::Any &a) | |
| GButtonState () | |
| GButtonState (const Value v) | |
| void | deserialize (G3D::BinaryInput &b) |
| unsigned int | hashCode () const |
| operator int () const | |
| bool | operator!= (const GButtonState ::Value other) const |
| bool | operator!= (const GButtonState other) const |
| GButtonState | operator+ (const int x) const |
| GButtonState & | operator++ () |
| GButtonState & | operator+= (const int x) |
| GButtonState | operator- (const int x) const |
| GButtonState & | operator-- () |
| GButtonState & | operator-= (const int x) |
| bool | operator< (const GButtonState other) const |
| bool | operator< (const Value other) const |
| bool | operator<= (const Value other) const |
| bool | operator<= (const GButtonState other) const |
| GButtonState & | operator= (const G3D::Any &a) |
| bool | operator== (const GButtonState ::Value other) const |
| bool | operator== (const GButtonState other) const |
| bool | operator> (const GButtonState other) const |
| bool | operator> (const Value other) const |
| bool | operator>= (const GButtonState other) const |
| bool | operator>= (const Value other) const |
| void | serialize (G3D::BinaryOutput &b) const |
| G3D::Any | toAny () const |
| const char * | toString () const |
Static Public Member Functions | |
| static const char * | classname () |
| static int | count () |
| static Value | nthValue (int n) |
General keyboard/mouse state definitions used by GEvent.
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inlineexplicit |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.15