Skip to content

Commit

Permalink
fix spelling error in touch test
Browse files Browse the repository at this point in the history
  • Loading branch information
samtupy committed Oct 24, 2024
1 parent c3ce369 commit 320d0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interact/test_touch.nvgt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
show_window("touch screen test");
speak("please wait", true);
wait(1000);
touch_jesture_manager touch;
touch_gesture_manager touch;
if (!touch.is_available()) {
alert("error", "This system does not support touch screen devices");
if (question("No touch", "There was no touch input on your system, which is what this program's use-case is for. Would you like to continue execution anyway?") != 1) exit();
Expand Down

0 comments on commit 320d0a7

Please sign in to comment.