INPUT.cs 114 B

12345678910
  1. using System;
  2. namespace Standard;
  3. internal struct INPUT
  4. {
  5. public uint type;
  6. public MOUSEINPUT mi;
  7. }