On Sat, 24 Feb 2024 at 12:43, Akihiko Odaki <akihiko.od...@daynix.com> wrote: > > Currently [-QemuCocoaView handleEventLocked:] parses the passed event, > stores operations to be done to variables, and perform them according > to the variables. This construct will be cluttered with variables and > hard to read when we need more different operations for different > events. > > Split the methods so that we can call appropriate methods depending on > events instead of relying on variables. > > Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM