libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

Move input sensitivity vars out of `rendergl.cpp`

Open no-lex opened this issue 4 years ago • 0 comments

The file rendergl.cpp is clearly not labeled as one that might contain input variables, so the mouse sensitivity vars being in this file is very counterintuitive. They are probably in this file because the related camera update routines are located also in this file, but it's still quite confusing.

no-lex avatar Jun 11 '20 18:06 no-lex