miketheprogrammer / go-thrust

Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
MIT License
445 stars 34 forks source link

Expose the rest of Windows events and accessors #11

Closed miketheprogrammer closed 9 years ago

miketheprogrammer commented 9 years ago

We need to expose accessors like closed, and more events.

miketheprogrammer commented 9 years ago

Close Method added. As well as others. Still need to figure out how were gonna handle events and accessors.

averrin commented 9 years ago

I want open devtools and handle closing events. This issue is about this features?

miketheprogrammer commented 9 years ago

@averrin OpenDevtools is available on the window object now. Please see PR #27 for the progress on being able to handle global events. We have yet to iron out exactly how we want to go about event handling. Feel free to contribute if you have any ideas.

miketheprogrammer commented 9 years ago

However, CloseDevtools is broken in ThrustCore, and has just been fixed, but is not available in a release version yet.

miketheprogrammer commented 9 years ago

Closed