IrrlichtNETCP.GUIEnvironment.GuiEnv_HasFocus C# (CSharp) Method

GuiEnv_HasFocus() private method

private GuiEnv_HasFocus ( IntPtr guienv, IntPtr element ) : bool
guienv System.IntPtr
element System.IntPtr
return bool
        static extern bool GuiEnv_HasFocus(IntPtr guienv, IntPtr element);