Use lightuserdata instead of Lua numbers (doubles) to represent touch IDs.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-17 22:46:20 -04:00
parent 77d90e2260
commit 5652475dd2
3 changed files with 17 additions and 6 deletions
-2
View File
@@ -22,8 +22,6 @@
#define LOVE_INT_H
// C standard sized integer types.
// This header was added to Visual studio in VS 2012, which is LOVE's current
// minimum supported VS version (as of this comment's commit date.)
#include <stdint.h>
#define LOVE_INT8_MAX 0x7F