summaryrefslogtreecommitdiff
path: root/src/glut/directfb/events.c
Commit message (Expand)AuthorAgeFilesLines
* Remove directfb supportKristian Høgsberg2011-07-111-492/+0
* Compute the amount of time to sleep on idle event using timers as reference.Claudio Ciccani2011-07-111-2/+9
* Handle GLUT_DEVICE_KEY_REPEAT,GLUT_OWN_JOYSTICK,GLUT_JOYSTICK_POLL_RATE in gl...Claudio Ciccani2011-07-111-2/+10
* Moved glutDeviceGet() to events.c. Implemented glutIgnoreKeyRepeat() and glut...Claudio Ciccani2011-07-111-8/+86
* Separated joystick pointer coordinates from mouse pointer coordinates.Claudio Ciccani2011-07-111-27/+43
* Added DirectFB GLUT implementation.Claudio Ciccani2011-07-111-0/+383