프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DoSendCommand | void | ||
KeyboardActivated | void | ||
KeyboardDeactivated | void | ||
RegistersOnKeyboard | void | ||
SendKeyCommand | void | ||
UnRegistersOnKeyboard | void |
메소드 | 설명 | |
---|---|---|
SendCommand ( object sender, string command ) : void | ||
SendCommands ( object sender, ICKReadOnlyList |
||
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Teardown ( ) : void |
메소드 | 설명 | |
---|---|---|
DoSendCommand ( object sender, string cmd ) : void | ||
KeyboardActivated ( object sender, |
Called when the current keyboard changed.
|
|
KeyboardDeactivated ( object sender, |
||
RegistersOnKeyboard ( IKeyboard keyboard ) : void |
Registers on the Keyboard given in parameters.
|
|
SendKeyCommand ( object sender, |
Redirects the command to the method which will process it.
|
|
UnRegistersOnKeyboard ( IKeyboard keyboard ) : void |
Unregisters on the Keyboard given in parameters.
|
public SendCommand ( object sender, string command ) : void | ||
sender | object | |
command | string | |
리턴 | void |
public SendCommands ( object sender, ICKReadOnlyList |
||
sender | object | |
commands | ICKReadOnlyList |
|
리턴 | void |
public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
info | CK.Plugin.IPluginSetupInfo | |
리턴 | bool |