[Visual Basic] Overridable OverloadsPublic Sub PressSpecialKey( _ ByVal key As KeyboardInput#SpecialKeys, _ ByVal actionListener As ActionListener _ ) [C#] public virtual void PressSpecialKey( KeyboardInput#SpecialKeys key, ActionListener actionListener ); [C++] public: virtual void PressSpecialKey( KeyboardInput#SpecialKeys key, ActionListener* actionListener ); [JScript] public virtual function PressSpecialKey( KeyboardInput#SpecialKeys key, ActionListener actionListener );
Keyboard Class | White.Core.InputDevices Namespace | Keyboard.PressSpecialKey Overload List