summaryrefslogtreecommitdiff
path: root/include/cursor.h
Commit message (Collapse)AuthorAgeFilesLines
* Move private headers out of include/ and into src/Michael Drake2014-07-191-44/+0
| | | | To match our other libraries.
* When destroying framebuffer, ensure any cursor is destroyed.Michael Drake2013-10-231-0/+3
|
* Add support for offset mouse pointer hotspots.Michael Drake2012-08-011-0/+2
|
* Improve cursor handlingVincent Sanders2009-12-041-1/+4
| | | | | | Improve screen copy handling and API svn path=/trunk/libnsfb/; revision=9714
* add cursor supportVincent Sanders2009-06-021-0/+36
svn path=/trunk/libnsfb/; revision=7687