CallClick
Introduction
Code Example
bool wasSpacePushed = InputManager.Keyboard.KeyPushed(Keys.Space);
if(wasKeyPushed)
{
WindowInstance.CallClick();
}Last updated
Was this helpful?
bool wasSpacePushed = InputManager.Keyboard.KeyPushed(Keys.Space);
if(wasKeyPushed)
{
WindowInstance.CallClick();
}Last updated
Was this helpful?
Was this helpful?