Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
Win32Mouse::Win32MouseEvent Struct Reference

#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.
 

Detailed Description

Definition at line 94 of file Win32Mouse.h.

Member Data Documentation

◆ lParam

LPARAM Win32Mouse::Win32MouseEvent::lParam

LPARAM from the WM_* message.

Definition at line 98 of file Win32Mouse.h.

◆ msg

UINT Win32Mouse::Win32MouseEvent::msg

WM_* message.

Definition at line 96 of file Win32Mouse.h.

◆ time

DWORD Win32Mouse::Win32MouseEvent::time

TIME from the WM_* message.

Definition at line 99 of file Win32Mouse.h.

◆ wParam

WPARAM Win32Mouse::Win32MouseEvent::wParam

WPARAM from the WM_* message.

Definition at line 97 of file Win32Mouse.h.


The documentation for this struct was generated from the following file: