mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 04:46:57 +00:00
Added IsWindowVisible method.
This commit is contained in:
parent
856e13fcb8
commit
b41877e771
|
@ -96,8 +96,6 @@ namespace OpenTK.Platform.Windows
|
||||||
|
|
||||||
internal static class Functions
|
internal static class Functions
|
||||||
{
|
{
|
||||||
#region --- Functions ---
|
|
||||||
|
|
||||||
#region Window functions
|
#region Window functions
|
||||||
|
|
||||||
#region SetWindowPos
|
#region SetWindowPos
|
||||||
|
@ -810,6 +808,9 @@ namespace OpenTK.Platform.Windows
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
[DllImport("user32.dll")]
|
||||||
|
public static extern bool IsWindowVisisble(IntPtr intPtr);
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Display settings
|
#region Display settings
|
||||||
|
@ -1384,8 +1385,6 @@ namespace OpenTK.Platform.Windows
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#endregion
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#region --- Constants ---
|
#region --- Constants ---
|
||||||
|
|
Loading…
Reference in a new issue