Skip to content

Tags: neutralinojs/webview

Tags

0.1.1

Toggle 0.1.1's commit message
Do NOT handle uninitialized messages (webview#221)

Both, GetMessage and PeekMessage, can end up not filling out the msg struct.
In those cases we have garbage in the struct and must not handle anything.

0.1.0

Toggle 0.1.0's commit message
Add C# Bindings to README (webview#146)