SunsetHigh.KeyModifierEntry.onPress C# (CSharp) Method

onPress() public method

public onPress ( ) : void
return void
        public override void onPress()
        {
            this.owner.getPreviousPanel().setMessage("Configuring " + this.getName() + "... Press the new key, or [Esc] to cancel.");
        }