Teascade / glerminal

A lightweight terminal made with OpenGL
MIT License
25 stars 1 forks source link

Change Input to Events #24

Closed Teascade closed 5 years ago

Teascade commented 6 years ago

Change Input into a more generic Events, that will contain everything input currently contains, but also other event polling, such as mouse input (later implemented) and resizing.

Teascade commented 5 years ago

Finished, as of 184b323