Avokadoen / TDT4195_code

A primitive openGL renderer made for an NTNU course
0 stars 0 forks source link

Rewrite input system to be message based #3

Closed Avokadoen closed 4 years ago

Avokadoen commented 4 years ago

Currently the input buffer is behind a mutex. Make the input message based and localize the input buffer to relevant thread.