ReactOS 0.4.16-dev-2384-gff6bd79
RAWINPUT64 Struct Reference
Collaboration diagram for RAWINPUT64:

Public Attributes

RAWINPUTHEADER64 header
 
union {
   RAWMOUSE   mouse
 
   RAWKEYBOARD   keyboard
 
   RAWHID   hid
 
data
 

Detailed Description

Definition at line 2279 of file input.c.

Member Data Documentation

◆ 

union { ... } RAWINPUT64::data

Referenced by rawinputbuffer_wndproc().

◆ header

RAWINPUTHEADER64 RAWINPUT64::header

Definition at line 2281 of file input.c.

Referenced by rawinputbuffer_wndproc().

◆ hid

RAWHID RAWINPUT64::hid

Definition at line 2285 of file input.c.

◆ keyboard

RAWKEYBOARD RAWINPUT64::keyboard

Definition at line 2284 of file input.c.

Referenced by rawinputbuffer_wndproc().

◆ mouse

RAWMOUSE RAWINPUT64::mouse

Definition at line 2283 of file input.c.


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