
Public Member Functions | |
| cMyOISListener () | |
| bool | keyPressed (const KeyEvent &arg) |
| bool | keyReleased (const KeyEvent &arg) |
| bool | mouseMoved (const OIS::MouseEvent &arg) |
| bool | mousePressed (const MouseEvent &arg, MouseButtonID id) |
| bool | mouseReleased (const MouseEvent &arg, MouseButtonID id) |
Public Attributes | |
| cInput & | input |
| int | miLastZAbs |
Definition at line 51 of file lugre_ogrewrapper.cpp.
| Lugre::cMyOISListener::cMyOISListener | ( | ) | [inline] |
Definition at line 55 of file lugre_ogrewrapper.cpp.
| bool Lugre::cMyOISListener::keyPressed | ( | const KeyEvent & | arg | ) | [inline] |
Definition at line 57 of file lugre_ogrewrapper.cpp.
References input, Lugre::cInput::KeyConvertOIS(), and Lugre::cInput::KeyDown().
| bool Lugre::cMyOISListener::keyReleased | ( | const KeyEvent & | arg | ) | [inline] |
Definition at line 67 of file lugre_ogrewrapper.cpp.
References input, Lugre::cInput::KeyConvertOIS(), and Lugre::cInput::KeyUp().
| bool Lugre::cMyOISListener::mouseMoved | ( | const OIS::MouseEvent & | arg | ) | [inline] |
Definition at line 71 of file lugre_ogrewrapper.cpp.
References Lugre::cOgreWrapper::GetSingleton(), Lugre::gLastWinLeft, Lugre::gLastWinTop, Lugre::cInput::iMouse, input, Lugre::cInput::KeyDown(), Lugre::cInput::KeyUp(), Lugre::cInput::kkey_wheeldown, Lugre::cInput::kkey_wheelup, miLastZAbs, Lugre::mymax(), and Lugre::mymin().
| bool Lugre::cMyOISListener::mousePressed | ( | const MouseEvent & | arg, | |
| MouseButtonID | id | |||
| ) | [inline] |
Definition at line 103 of file lugre_ogrewrapper.cpp.
References input, Lugre::cInput::KeyDown(), Lugre::cInput::kkey_mouse1, Lugre::cInput::kkey_mouse2, and Lugre::cInput::kkey_mouse3.
| bool Lugre::cMyOISListener::mouseReleased | ( | const MouseEvent & | arg, | |
| MouseButtonID | id | |||
| ) | [inline] |
Definition at line 114 of file lugre_ogrewrapper.cpp.
References input, Lugre::cInput::KeyUp(), Lugre::cInput::kkey_mouse1, Lugre::cInput::kkey_mouse2, and Lugre::cInput::kkey_mouse3.
Definition at line 52 of file lugre_ogrewrapper.cpp.
Referenced by keyPressed(), keyReleased(), mouseMoved(), mousePressed(), and mouseReleased().
1.5.6