OSDN Git Service

Merge branch 'feature/37178_プロジェクトとソリューションファイルの英語化' into develop
[dtxmania/dtxmania.git] / FDK17プロジェクト / コード / 02.入力 / STInputEvent.cs
diff --git a/FDK17プロジェクト/コード/02.入力/STInputEvent.cs b/FDK17プロジェクト/コード/02.入力/STInputEvent.cs
deleted file mode 100644 (file)
index 1d61a16..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-using System;\r
-using System.Collections.Generic;\r
-using System.Text;\r
-using System.Runtime.InteropServices;\r
-\r
-namespace FDK\r
-{\r
-       // 構造体\r
-\r
-       [StructLayout( LayoutKind.Sequential )]\r
-       public struct STInputEvent\r
-       {\r
-               public int nKey { get; set; }\r
-               public bool b押された { get; set; }\r
-               public bool b離された { get; set; }\r
-               public long nTimeStamp { get; set; }\r
-               public int nVelocity { get; set; }\r
-       }\r
-}\r