mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
input: fix evdev macro
This commit is contained in:
parent
6723758edc
commit
2897e5f17e
@ -580,7 +580,7 @@ void IN_CollectInput( float *forward, float *side, float *pitch, float *yaw, qbo
|
||||
}
|
||||
#endif // ANDROID
|
||||
|
||||
#ifdef USE_EVDEV
|
||||
#ifdef XASH_USE_EVDEV
|
||||
IN_EvdevMove( yaw, pitch );
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user