Added a test program for multiple mice

This commit is contained in:
Sam Lantinga
2024-03-22 14:44:29 -07:00
parent 361b7190df
commit 6604d423fd
2 changed files with 369 additions and 0 deletions

View File

@@ -422,6 +422,7 @@ add_sdl_test_executable(testoffscreen SOURCES testoffscreen.c)
add_sdl_test_executable(testpopup SOURCES testpopup.c)
add_sdl_test_executable(testdialog SOURCES testdialog.c)
add_sdl_test_executable(testtime SOURCES testtime.c)
add_sdl_test_executable(testmanymouse SOURCES testmanymouse.c)
if (HAVE_WAYLAND)
# Set the GENERATED property on the protocol file, since it is first created at build time