INPUT_TYPE (Structures)
Last changed: anonymous

.
Summary
TODO - a short description

C# Definition:

   internal enum INPUT_TYPE : uint {
      INPUT_MOUSE = 0,
      INPUT_KEYBOARD = 1,
      INPUT_HARDWARE = 2
   }

VB Definition:

Structure INPUT_TYPE
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
INPUT_TYPE on MSDN