IsInWindow
Introduction
Code Example
Cursor cursor = GuiManager.Cursor;
if(cursor.PrimaryClick && cursor.IsInGameWindow())
{
// do something to respond to the click
}Last updated
Was this helpful?
Cursor cursor = GuiManager.Cursor;
if(cursor.PrimaryClick && cursor.IsInGameWindow())
{
// do something to respond to the click
}Last updated
Was this helpful?
Was this helpful?