OSDN Git Service

Merge branch 'feature/UIFramework' into develop
authorくまかみ工房 <kumakamikoubou@gmail.com>
Wed, 21 Jun 2017 07:05:28 +0000 (16:05 +0900)
committerくまかみ工房 <kumakamikoubou@gmail.com>
Wed, 21 Jun 2017 07:05:28 +0000 (16:05 +0900)
FDK/ApplicationForm.cs

index 24413df..db43b0e 100644 (file)
@@ -36,6 +36,7 @@ namespace FDK
                                        this.ClientSize = this._ウィンドウモードの情報のバックアップ.clientSize;
                                        this.FormBorderStyle = this._ウィンドウモードの情報のバックアップ.formBorderStyle;
 
+                                       Cursor.Show();
                                        this.IsFullscreen = false;
                                }
                                else
@@ -50,6 +51,7 @@ namespace FDK
                                        this.FormBorderStyle = FormBorderStyle.None;
                                        this.WindowState = FormWindowState.Maximized;
 
+                                       Cursor.Hide();
                                        this.IsFullscreen = true;
                                }
                        }