OSDN Git Service

Merge branch '演奏位置の変更機能の追加' into develop
[strokestylet/CsWin10Desktop3.git] / StrokeStyleT / StrokeStyleT.cs
index 886d384..4aca79c 100644 (file)
@@ -23,6 +23,11 @@ namespace SST
                public static SSTFormat.スコア 演奏スコア { get; set; } = null;
                public static SST.設定.Config Config => ( StrokeStyleT.bs_Config );
                public static bool ビュアーモードである { get; set; } = false;
+               public static bool ビュアーモードではない
+               {
+                       get { return !StrokeStyleT.ビュアーモードである; }
+                       set { StrokeStyleT.ビュアーモードである = !value; }
+               }
                public static ConcurrentQueue<SST.ステージ.演奏.ビュアーメッセージ> ビュアーメッセージキュー => ( StrokeStyleT.bs_ビュアーメッセージキュー );
                public static void すべての入力デバイスをポーリングする()
                {