#include <Win32Mouse.h>
Public Attributes | |
| UINT | msg |
| WM_* message. | |
| WPARAM | wParam |
| WPARAM from the WM_* message. | |
| LPARAM | lParam |
| LPARAM from the WM_* message. | |
| DWORD | time |
| TIME from the WM_* message. | |
Definition at line 94 of file Win32Mouse.h.
| LPARAM Win32Mouse::Win32MouseEvent::lParam |
LPARAM from the WM_* message.
Definition at line 98 of file Win32Mouse.h.
| UINT Win32Mouse::Win32MouseEvent::msg |
WM_* message.
Definition at line 96 of file Win32Mouse.h.
| DWORD Win32Mouse::Win32MouseEvent::time |
TIME from the WM_* message.
Definition at line 99 of file Win32Mouse.h.
| WPARAM Win32Mouse::Win32MouseEvent::wParam |
WPARAM from the WM_* message.
Definition at line 97 of file Win32Mouse.h.