aboutsummaryrefslogtreecommitdiffstats
path: root/src/mouse_x11.c
Commit message (Expand)AuthorAgeFilesLines
* used a defined constant instead of a magic constant. also put an idea in a co...epoch2020-08-161-2/+9
* got the secondary and tertiary buttons swapped around. oops.epoch2020-07-171-3/+6
* switched to using named constants instead of magic values. right now to confi...epoch2020-07-171-11/+39
* redraw on mouse movement in X11 because... I dunnoepoch2020-04-141-0/+3
* made the camera control with the secondary mouse button work in a way that is...epoch2020-02-241-2/+4
* added two new mouse controls. secondary click will enable camera movement. mi...epoch2020-02-241-6/+14
* ignore the comment. going to set camera angle directly from mouse_x11.c for n...epoch2020-02-131-3/+7
* added scroll-wheel handling for X11 mouse and removed camera rotation from mo...epoch2020-01-271-2/+14
* made mouse presses redraw. new function not worth mentioningepoch2019-08-031-0/+13
* added the separated out mouse and keyboard filesepoch2019-02-051-0/+43