Added mouse module (love.mouse), updated doc/files.md

This commit is contained in:
rxi
2016-09-24 10:41:12 +01:00
parent 9a72cddbc9
commit dd44e8d1a0
6 changed files with 162 additions and 4 deletions

View File

@@ -18,6 +18,8 @@ timer.c | `love.timer` module
graphics.c | `love.graphics` module
keyboard.h | `love.keyboard` prototype and typedefs
keyboard.c | `love.keyboard` module and keyboard interrupt handling
mouse.h | `love.mouse` prototype and typedefs
mouse.c | `love.mouse` module and mouse handling
image.h | `Image` object prototypes and typedefs
image.c | `Image` object
quad.h | `Quad` object prototypes and typedefs