#include <keyboard.h>
Inherits WWKeyboardClass.
Public Member Functions | |
| KeyboardClass () | |
| KeyNumType | Get (void) |
| KeyNumType | Check (void) |
| KeyASCIIType | To_ASCII (KeyNumType key) |
| void | Clear (void) |
| int | Down (KeyNumType key) |
| int | Mouse_X (void) |
| int | Mouse_Y (void) |
Public Member Functions inherited from WWKeyboardClass | |
| WWKeyboardClass () | |
| unsigned short | Check (void) const |
| unsigned short | Get (void) |
| bool | Put (unsigned short key) |
| void | Clear (void) |
| char | To_ASCII (unsigned short num) |
| bool | Down (unsigned short key) |
| bool | Message_Handler (HWND hwnd, UINT message, UINT wParam, LONG lParam) |
Public Attributes | |
| unsigned | IsLibrary |
Public Attributes inherited from WWKeyboardClass | |
| int | MouseQX |
| int | MouseQY |
Definition at line 656 of file keyboard.h.
|
inline |
Definition at line 665 of file keyboard.h.
|
inline |
Definition at line 667 of file keyboard.h.
|
inline |
Definition at line 669 of file keyboard.h.
|
inline |
Definition at line 670 of file keyboard.h.
|
inline |
Definition at line 666 of file keyboard.h.
|
inline |
Definition at line 672 of file keyboard.h.
|
inline |
Definition at line 673 of file keyboard.h.
|
inline |
Definition at line 668 of file keyboard.h.
| unsigned KeyboardClass::IsLibrary |
Definition at line 663 of file keyboard.h.