Fixed|libcommon|Client|64-bit: Crash when binding a control
The bit shifts for forming a 64-bit pointer were constrained to 32-bitvalues, producing an invalid value.
Also fixed some compiler warnings by using unsigned ints to specifythe input device.
View differences
Fixed|libcommon|Client|64-bit: Crash when binding a control
The bit shifts for forming a 64-bit pointer were constrained to 32-bit
values, producing an invalid value.
Also fixed some compiler warnings by using unsigned ints to specify
the input device.