opentk / LearnOpenTK

A port of learnopengl.com's tutorials to OpenTK and C#.
Creative Commons Attribution 4.0 International
459 stars 115 forks source link

missing `using OpenTK.Input;` #36

Open bejuryu opened 4 years ago

bejuryu commented 4 years ago

The github source includes using OpenTK.Input; This is included, but not in the html documentation.(https://opentk.net/learn/chapter1/1-creating-a-window.html).