Update IDeviceHandler.cs

pull/100/head
Ryan 1 year ago committed by GitHub
parent 37dd5b9855
commit a077e648c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,6 +19,13 @@ namespace AutoHotInterception.DeviceHandlers
/// <param name="mappingOptions">Options for the subscription (block, callback to fire etc)</param>
void SubscribeSingleButton(ushort code, MappingOptions mappingOptions);
/// <summary>
/// Subscribes to a single key or button of this device
/// </summary>
/// <param name="code">The ScanCode (keyboard) or Button Code (mouse) for the key or button</param>
/// <param name="mappingOptions">Options for the subscription (block, callback to fire etc)</param>
void SubscribeSingleButtonEx(ushort code, MappingOptions mappingOptions);
/// <summary>
/// Unsubscribes from a single key or button of this device
/// </summary>

Loading…
Cancel
Save