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-14 01:20:56 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ad1fbbf3ead02bc838ed8b481361d4473e6de76c
love
/
src
/
modules
/
mouse
T
History
Alex Szpakowski
ad1fbbf3ea
Merged default into minor
...
--HG-- branch : minor
2015-01-29 21:27:05 -04:00
..
sdl
De-namespaced a class, to make it less verbose.
2015-01-24 04:09:56 -04: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.cpp
Merged default into minor
2015-01-16 15:47:26 -04:00
Mouse.h
Merged default into minor
2015-01-16 15:47:26 -04:00
wrap_Cursor.cpp
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
wrap_Cursor.h
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
wrap_Mouse.cpp
Added new event callback love.mousemoved(x, y, xrel, yrel), where xrel and yrel are the amount of pixels moved since the last event. Added love.mouse.setRelative(bool relative) and love.mouse.isRelative. Resolves issue
#470
.
2015-01-15 20:22:57 -04:00
wrap_Mouse.h
Added new event callback love.mousemoved(x, y, xrel, yrel), where xrel and yrel are the amount of pixels moved since the last event. Added love.mouse.setRelative(bool relative) and love.mouse.isRelative. Resolves issue
#470
.
2015-01-15 20:22:57 -04:00