Avokadoen / TDT4195_code

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

Resolve spaghetti input code #6

Open Avokadoen opened 4 years ago

Avokadoen commented 4 years ago

Currently the input code is very much spaghetti code. Using a input abstraction and mapping input events to certain function pointers would alleviate some of the complexity.