ReactOS 0.4.17-dev-116-ga4b6fe9
RAWINPUT64 Struct Reference
Collaboration diagram for RAWINPUT64:

Public Attributes

RAWINPUTHEADER64 header
 
union {
   RAWMOUSE   mouse
 
   RAWKEYBOARD   keyboard
 
   RAWHID   hid
 
data
 

Detailed Description

Definition at line 2288 of file input.c.

Member Data Documentation

◆ 

union { ... } RAWINPUT64::data

Referenced by rawinputbuffer_wndproc().

◆ header

RAWINPUTHEADER64 RAWINPUT64::header

Definition at line 2290 of file input.c.

Referenced by rawinputbuffer_wndproc().

◆ hid

RAWHID RAWINPUT64::hid

Definition at line 2294 of file input.c.

◆ keyboard

RAWKEYBOARD RAWINPUT64::keyboard

Definition at line 2293 of file input.c.

Referenced by rawinputbuffer_wndproc().

◆ mouse

RAWMOUSE RAWINPUT64::mouse

Definition at line 2292 of file input.c.


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