summaryrefslogtreecommitdiff
path: root/src/mouse_x11.c
Commit message (Collapse)AuthorAgeFilesLines
* made the camera control with the secondary mouse button work in a way that ↵epoch2020-02-241-2/+4
| | | | is easier to use
* added two new mouse controls. secondary click will enable camera movement. ↵epoch2020-02-241-6/+14
| | | | middle-click will toggle keyboard input mode.
* ignore the comment. going to set camera angle directly from mouse_x11.c for ↵epoch2020-02-131-3/+7
| | | | now. will move to generic place later.
* added scroll-wheel handling for X11 mouse and removed camera rotation from ↵epoch2020-01-271-2/+14
| | | | mouse movement
* 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