コード例 #1
0
 bool GetCommand_Bool_(Cmd_Bool cmd)
 {
     return(_zeldaInputMapping.GetCommand_Bool(cmd));
 }
コード例 #2
0
 static public bool GetCommand_Bool(Cmd_Bool cmd)
 {
     return(Instance.GetCommand_Bool_(cmd));
 }