opentk / GLControl

WinForms control for OpenTK 4.x.
https://opentk.net
Other
54 stars 24 forks source link

Context property #3

Closed bezo97 closed 3 years ago

bezo97 commented 3 years ago

As discussed on discord, this PR improves backward compatibility with the 3.x versions by adding the public "Context" property on the control.
Based on this documentation.

seanofw commented 3 years ago

Looks good to me.

varon commented 3 years ago

Thanks