Add windows raw input via qt native event filter

This commit is contained in:
ts-korhonen
2021-12-09 20:59:50 +02:00
parent b7d86a1070
commit 67de5124ca
6 changed files with 504 additions and 2 deletions

View File

@@ -91,6 +91,10 @@ if (APPLE)
target_sources(ui PRIVATE macos_event_filter.mm)
endif()
if (WIN32)
target_sources(ui PRIVATE qt_winrawinputfilter.hpp qt_winrawinputfilter.cpp)
endif()
target_link_libraries(
plat
PRIVATE