BoringHeroes.Interaction.KeyboardHook.Window.Window C# (CSharp) Method

Window() public method

public Window ( ) : System
return System
            public Window()
            {
                // create the handle for the window.
                CreateHandle(new CreateParams());
            }
KeyboardHook.Window