Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Shortcut
HotkeyCallback
C# Class Shortcut.HotkeyCallback
Represents a callback for a
Hotkey
binding.
Show file
Open project: AlexArchive/Shortcut
Class Usage Examples
Public Methods
Method
Description
To
(
System.Action
callback
) :
void
Indicates that the
Hotkey
should be bound to the specified
callback
.
Private Methods
Method
Description
Invoke
( ) :
void
Method Details
To()
public
method
Indicates that the
Hotkey
should be bound to the specified
callback
.
public
To
(
System.Action
callback
) :
void
callback
System.Action
return
void