blckngm / webview2

Rust bindings for WebView2
MIT License
73 stars 12 forks source link

More high level APIs #3

Closed IllusionPerdu closed 4 years ago

IllusionPerdu commented 4 years ago

I tried to continue the high level APIs. The missing APIs were put in "todo", it may be possible to make only one macro with the macro "add_event_handle_host" and "add_event_handle" but I don't know how to do it ... I think I cannot continue considering my little knowledge I have in rust.

IllusionPerdu commented 4 years ago

I would need help to finish.

blckngm commented 4 years ago

Looks good. Anything in particular that you need help with?

IllusionPerdu commented 4 years ago

I discovered rust for 1 week. For example, I'm not sure how to call:

In fact practically all the todo that remains.

blckngm commented 4 years ago

I am going to merge this and do a few more myself.

IllusionPerdu commented 4 years ago

thank you