コード例 #1
0
 internal static bool KeyboardEndLure(InputFrame arg)
 {
     return(arg.IsKeyJustReleased(Keys.K));
 }
コード例 #2
0
 internal static bool KeyboardEndShout(InputFrame arg)
 {
     return(arg.IsKeyJustReleased(Keys.L));
 }