linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.49k stars 566 forks source link

What is the best way to extend window_proc? #1888

Open ngugcx opened 3 years ago

ngugcx commented 3 years ago

I need to capture and handle some system messages on Windows. Do I need to rewrite the window_proc? What is the best way to do it without hacking druid code?

cmyr commented 3 years ago

This is currently not supported, but I do agree that it is an important case and we should think about it more.