On Sat, 24 Feb 2024 at 12:43, Akihiko Odaki <akihiko.od...@daynix.com> wrote: > > ui/cocoa used to release all mouse buttons when it sees > NSEventTypeLeftMouseUp, NSEventTypeRightMouseUp, or > NSEventTypeOtherMouseUp, but it can instead release specific one > according to the delivered event. > > Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> > --- > ui/cocoa.m | 36 +++++++++++++++--------------------- > 1 file changed, 15 insertions(+), 21 deletions(-) Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
thanks -- PMM