コード例 #1
0
ファイル: KBind.cs プロジェクト: mvaganov/20210131_ggj2021
 /// <returns>if the action succeeded (which may remove other actions from queue, due to priority)</returns>
 public bool DoRelease()
 {
     return(keyEvent.DoRelease());
 }