Called internally when hot key is pressed. By default just fires HotKeyPressed event.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub OnHotKeyPressed ( _ args As HotKeyEventArgs _ ) |
C# |
---|
public virtual void OnHotKeyPressed( HotKeyEventArgs args ) |
Visual C++ |
---|
public: virtual void OnHotKeyPressed( HotKeyEventArgs^ args ) |
JavaScript |
---|
function onHotKeyPressed(args); |
Parameters
- args
- Type: Greatis.Nostalgia..::.HotKeyEventArgs