#include <fsWinApp.h>
Collaboration diagram for fs::rap::WinApp_t::KeyEv_t:

Definition at line 150 of file fsWinApp.h.
Public Types | |
| KEY_LMBTN = -1 | |
| Left mouse button. | |
| KEY_RMBTN = -2 | |
| Right mouse button. | |
| KEY_MMBTN = -3 | |
| Middle mouse button. | |
| enum | Key_e { KEY_LMBTN = -1, KEY_RMBTN = -2, KEY_MMBTN = -3 } |
| Special key codes. More... | |
Public Member Functions | |
| KeyEv_t (int nKeyCode, bool bDown, int nCurX, int nCurY) | |
Public Attributes | |
| int | m_nKeyCode |
| bool | m_bDown |
| int | m_nCurX |
| int | m_nCurY |
Private Member Functions | |
| KeyEv_t () | |
Special key codes.
| KEY_LMBTN | Left mouse button. |
| KEY_RMBTN | Right mouse button. |
| KEY_MMBTN | Middle mouse button. |
Definition at line 153 of file fsWinApp.h.
| fs::rap::WinApp_t::KeyEv_t::KeyEv_t | ( | int | nKeyCode, | |
| bool | bDown, | |||
| int | nCurX, | |||
| int | nCurY | |||
| ) | [inline] |
Definition at line 164 of file fsWinApp.h.
| fs::rap::WinApp_t::KeyEv_t::KeyEv_t | ( | ) | [private] |