This website requires JavaScript.
Explore
Help
Sign In
LOVE
/
love
Watch
1
Star
0
Fork
0
You've already forked love
mirror of
https://github.com/love2d/love.git
synced
2026-08-16 00:02:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d8fd1413d62983517c35400e661b62599381147d
love
/
src
/
modules
/
mouse
T
History
Bart van Strien
3cb777e2b7
Add basic lua 5.3 support
2015-06-16 10:25:41 +02:00
..
sdl
Fixed some misc. compiler warnings.
2015-05-23 12:45:58 -03:00
Cursor.cpp
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Cursor.h
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Mouse.h
Replaced the mouse button constants ("l", "r", "m", etc.) with button numbers. 1 is the primary button, 2 is the secondary button, 3 is middle-mouse, etc. Resolves issue
#1019
.
2015-03-25 00:31:16 -03:00
wrap_Cursor.cpp
Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's.
2015-03-01 18:32:41 -04:00
wrap_Cursor.h
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
wrap_Mouse.cpp
Add basic lua 5.3 support
2015-06-16 10:25:41 +02:00
wrap_Mouse.h
Added love.mouse.hasCursor. Returns true if mouse cursors are available.
2015-02-16 00:21:39 -04:00