mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 06:31:44 +00:00
Merge pull request #85 from Peter0x44/main
CLIENT: Remove device id debug print
This commit is contained in:
commit
8e9c5e196a
1 changed files with 0 additions and 4 deletions
|
@ -924,10 +924,6 @@ void(float button, string key) setToBind =
|
|||
|
||||
noref float(float evtype, float scanx, float chary, float devid) CSQC_InputEvent =
|
||||
{
|
||||
|
||||
if (last_input_deviceid != devid)
|
||||
print(sprintf("device id swapped to %d\n", last_input_deviceid));
|
||||
|
||||
last_input_deviceid = devid;
|
||||
|
||||
if (evtype == IE_KEYDOWN) {
|
||||
|
|
Loading…
Reference in a new issue