aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput/mouse.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for mouse drivers that do their own orientation mapping as the di...inmarket2013-11-161-13/+13
* Allow full range of values to be returned from the mouse driver when it is in...inmarket2013-11-101-2/+7
* Store the display locally within the mouse structure.inmarket2013-10-241-32/+39
* New: ginputSetMouseDisplay() to allow the mouse to work with a non-default di...inmarket2013-10-241-35/+48
* Change screen clear to match initial screen state (Black) in a non-GWIN situa...inmarket2013-07-291-1/+1
* clear after mouse calibration to avoid silly displayJoel Bodenmann2013-07-291-0/+7
* fixed license headersJoel Bodenmann2013-07-211-1/+1
* License header updatesinmarket2013-06-151-1/+1
* GOS module, for operating system independanceinmarket2013-05-251-11/+9
* cleanup & tdisp warning fixJoel Bodenmann2013-05-201-570/+570
* updated license headersJoel Bodenmann2013-05-031-19/+6
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
* updated license headersJoel Bodenmann2013-05-021-0/+9
* Revert "slider doc fix"Joel Bodenmann2013-04-051-3/+3
* slider doc fixJoel Bodenmann2013-04-051-3/+3
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-041-4/+4
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+589
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-589/+0
* Using ginput with polling allow thread preemptionAndrew Hannam2012-12-201-0/+4
* more doxygenJoel Bodenmann2012-12-181-1/+1
* doxygenJoel Bodenmann2012-12-181-1/+2
* ginput/mouse doxygenJoel Bodenmann2012-12-181-8/+0
* SSD1289 calibration clear fixJoel Bodenmann2012-12-171-5/+0
* dirty dirty dirty very very dirty reset_viewport for mouse calibration fixJoel Bodenmann2012-12-171-1/+3
* SSD1289 reset_viewport quick fixJoel Bodenmann2012-12-171-0/+4
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-071-5/+11
* RestructureAndrew Hannam2012-12-061-5/+4
* GINPUT Touch CalibrationAndrew Hannam2012-11-301-7/+39
* Ginput and structure changesAndrew Hannam2012-11-261-0/+554