Skip to content

Commit

Permalink
InputEmulation: Add missing break to {START,STOP}_EMULATING
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Apr 30, 2024
1 parent d24ac0d commit a84dc98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InputEmulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ namespace gamescope
{
// Don't care.
}
break;

case EIS_EVENT_POINTER_MOTION:
{
Expand Down

0 comments on commit a84dc98

Please sign in to comment.