rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.48k stars 101 forks source link

cancel-event argument in mouse-click and double-click #261

Closed mmontone closed 1 year ago

mmontone commented 1 year ago

I need to be able to set cancel-event in these set-event calls, because I have nested objects in the UI, and want to prevent the event in child object from propagating up.

rabbibotton commented 1 year ago

Thanks!