From 855e850ce485615e4b47a8cb27ea598361b6e01b Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Sat, 12 Mar 2016 09:32:53 +0100 Subject: [PATCH] Fixed some descriptions --- Native/_CUESDK.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Native/_CUESDK.cs b/Native/_CUESDK.cs index 28d7760..661d804 100644 --- a/Native/_CUESDK.cs +++ b/Native/_CUESDK.cs @@ -119,7 +119,7 @@ namespace CUE.NET.Native // ReSharper disable EventExceptionNotDocumented /// - /// CUE-SDK: set specified leds to some colors. The color is retained until changed by successive calls. This function does not take logical layout into account + /// CUE-SDK: set specified leds to some colors. The color is retained until changed by successive calls. This function does not take logical layout into account. /// internal static bool CorsairSetLedsColors(int size, IntPtr ledsColors) { @@ -135,7 +135,7 @@ namespace CUE.NET.Native } /// - /// CUE-SDK: returns information about device at provided index + /// CUE-SDK: returns information about device at provided index. /// internal static IntPtr CorsairGetDeviceInfo(int deviceIndex) { @@ -160,7 +160,7 @@ namespace CUE.NET.Native /// /// CUE-SDK: requestes control using specified access mode. - /// By default client has shared control over lighting so there is no need to call CorsairRequestControl unless client requires exclusive control + /// By default client has shared control over lighting so there is no need to call CorsairRequestControl unless client requires exclusive control. /// internal static bool CorsairRequestControl(CorsairAccessMode accessMode) { @@ -176,7 +176,7 @@ namespace CUE.NET.Native } /// - /// CUE-SDK: checks file and protocol version of CUE to understand which of SDK functions can be used with this version of CUE + /// CUE-SDK: checks file and protocol version of CUE to understand which of SDK functions can be used with this version of CUE. /// internal static _CorsairProtocolDetails CorsairPerformProtocolHandshake() { @@ -184,7 +184,7 @@ namespace CUE.NET.Native } /// - /// CUE-SDK: returns last error that occured while using any of Corsair* functions + /// CUE-SDK: returns last error that occured while using any of Corsair* functions. /// internal static CorsairError CorsairGetLastError() {