Added IsWindowVisible method.
This commit is contained in:
parent
856e13fcb8
commit
b41877e771
1 changed files with 3 additions and 4 deletions
|
@ -96,8 +96,6 @@ namespace OpenTK.Platform.Windows
|
|||
|
||||
internal static class Functions
|
||||
{
|
||||
#region --- Functions ---
|
||||
|
||||
#region Window functions
|
||||
|
||||
#region SetWindowPos
|
||||
|
@ -810,6 +808,9 @@ namespace OpenTK.Platform.Windows
|
|||
|
||||
#endregion
|
||||
|
||||
[DllImport("user32.dll")]
|
||||
public static extern bool IsWindowVisisble(IntPtr intPtr);
|
||||
|
||||
#endregion
|
||||
|
||||
#region Display settings
|
||||
|
@ -1384,8 +1385,6 @@ namespace OpenTK.Platform.Windows
|
|||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
#region --- Constants ---
|
||||
|
|
Loading…
Reference in a new issue