Add testmouse

This commit is contained in:
Cameron Cawley
2021-09-09 21:33:35 +01:00
committed by Sam Lantinga
parent 10d3df44f1
commit 830206581b
6 changed files with 200 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ add_executable(testjoystick testjoystick.c)
add_executable(testkeys testkeys.c)
add_executable(testloadso testloadso.c)
add_executable(testlock testlock.c)
add_executable(testmouse testmouse.c)
if(APPLE)
add_executable(testnative testnative.c