Minor updates to Overlay Mouse and Lightgun (#16366)

This commit is contained in:
neil4 2024-03-17 11:40:50 -05:00 committed by GitHub
parent 14e49d8b9e
commit 5306da72ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -2904,7 +2904,6 @@ void input_overlay_auto_rotate_(
static void input_overlay_poll_lightgun(settings_t *settings,
input_overlay_t *ol, const int old_ptr_count)
{
input_overlay_state_t *ol_state = &ol->overlay_state;
input_overlay_pointer_state_t *ptr_st = &ol->pointer_state;
const int ptr_count = ptr_st->count;
unsigned action = OVERLAY_LIGHTGUN_ACTION_NONE;

View File

@ -5420,7 +5420,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_SUBLABEL_OVERLAY_MOUSE_SETTINGS,
"Configure mouse input sent from the overlay."
"Configure mouse input sent from the overlay. Note: 1-, 2-, and 3-finger taps send left, right, and middle button clicks."
)
/* Settings > On-Screen Display > On-Screen Overlay > Keyboard Overlay */