Minor updates to Overlay Mouse and Lightgun (#16366)
This commit is contained in:
parent
14e49d8b9e
commit
5306da72ce
|
@ -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;
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue