SwapMouseButton function user32
Reverses or restores the meaning of the left and right mouse buttons.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-swapmousebutton.
Implementation
@pragma('vm:prefer-inline')
bool SwapMouseButton(bool fSwap) =>
_SwapMouseButton(fSwap ? TRUE : FALSE) != FALSE;