Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.9 KB

File metadata and controls

39 lines (29 loc) · 1.9 KB
layout wiki
title RawInput API

This page is automatically generated from the assembly documentation.

It provides links between managed types and methods in the SharpDX.RawInput assembly and the original documentation of the RawInput API on MSDN.

RawInput API

Managed Native
DeviceFlags RAW_DEVICE_FLAGS

There are many user-input devices beside the traditional keyboard and mouse.

DeviceType RAW_DEVICE_TYPE

There are many user-input devices beside the traditional keyboard and mouse.

KeyState RAW_KEY_STATE

No documentation.

MouseButtonFlags RAW_MOUSE_BUTTON_FLAGS

There are many user-input devices beside the traditional keyboard and mouse.

MouseMode RAW_MOUSE_MODE

There are many user-input devices beside the traditional keyboard and mouse.

ScanCodeFlags RAW_SCAN_CODE_FLAGS

No documentation.

Managed Native
DeviceInfo ???

Defines the raw input data coming from any device.

KeyboardInfo ???

Defines the raw input data coming from the specified keyboard.

MouseInfo ???

Defines the raw input data coming from the specified mouse.

Managed Native