コード例 #1
0
 public bool method_2(int int_0)
 {
     if (Class4.GetAsyncKeyState(int_0) != 0)
     {
         return(true);
     }
     return(false);
 }