Fix truncation warning in LogitechG915Controller.cpp
This commit is contained in:
parent
29c77edd37
commit
da0f93e8b5
1 changed files with 6 additions and 6 deletions
|
|
@ -113,12 +113,12 @@ public:
|
|||
);
|
||||
|
||||
private:
|
||||
hid_device* dev_handle;
|
||||
char feature_4522_idx;
|
||||
char device_index;
|
||||
char feature_8040_idx;
|
||||
char feature_8071_idx;
|
||||
char feature_8081_idx;
|
||||
hid_device* dev_handle;
|
||||
unsigned char feature_4522_idx;
|
||||
unsigned char device_index;
|
||||
unsigned char feature_8040_idx;
|
||||
unsigned char feature_8071_idx;
|
||||
unsigned char feature_8081_idx;
|
||||
|
||||
void SendDirectFrame
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue