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-12 16:40:57 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
86d41620dd723d40a1165c5385ae68ca34ebb381
love
/
src
T
History
Alex Szpakowski
86d41620dd
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
..
common
Added love.math.compress(data, format [, level]) and love.math.decompress(compresseddata) / love.math.decompress(compressedstring, format).
2015-03-23 11:28:14 -03:00
libraries
Added love.math.compress(data, format [, level]) and love.math.decompress(compresseddata) / love.math.decompress(compressedstring, format).
2015-03-23 11:28:14 -03:00
modules
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
scripts
Added love.touch.getPressure(touchid). Not useful on most touch-capable devices, but I do expect Apple's Force Touch to make it into iPhones in the near future.
2015-03-24 20:45:21 -03:00
love.cpp
Merged default into minor
2015-02-24 21:42:55 -04:00