diff options
| -rw-r--r-- | ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.cpp b/ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.cpp index 3f74f462..f0950d80 100644 --- a/ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.cpp +++ b/ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.cpp @@ -93,6 +93,8 @@ void FTNoIR_Protocol::sendHeadposeToGame( double *headpose, double *rawheadpose          int normalized = std::max(std::min(max_input, value), min_input);          (void) libevdev_uinput_write_event(uidev, EV_ABS, axes[i], normalized);      } + +    (void) libevdev_uinput_write_event(uidev, EV_SYN, SYN_REPORT, 0);  }  extern "C" FTNOIR_PROTOCOL_BASE_EXPORT IProtocol* CALLING_CONVENTION GetConstructor() | 
