RustAudio / baseview

low-level window system interface for audio plugin UIs
Apache License 2.0
266 stars 57 forks source link

macOS: basic event handling #52

Closed greatest-ape closed 3 years ago

greatest-ape commented 3 years ago

Adds barebones handling of mouse down events on macOS (#51) with a lot of code from https://github.com/antonok-edm/vst_window. The open_window example works.

Possible problems that I can think of:

If this looks like something we could make use of, I can have a look at implementing other events as well.

greatest-ape commented 3 years ago

Several problems have been identified and fixed. Some remaining work to be done is: