mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Use lightuserdata instead of Lua numbers (doubles) to represent touch IDs.
--HG-- branch : minor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user