Removed old device masks
This commit is contained in:
parent
0061d91c7b
commit
b302645412
|
@ -10,8 +10,6 @@ WITH REGARD TO THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define FILE_VERSION 1
|
#define FILE_VERSION 1
|
||||||
#define FILE_DEIMASK 0x0000
|
|
||||||
#define FILE_DEOMASK 0xa260
|
|
||||||
|
|
||||||
#define POLYFILEY 2
|
#define POLYFILEY 2
|
||||||
#define DEV_FILE0 0xa
|
#define DEV_FILE0 0xa
|
||||||
|
|
|
@ -10,8 +10,6 @@ WITH REGARD TO THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MOUSE_VERSION 1
|
#define MOUSE_VERSION 1
|
||||||
#define MOUSE_DEIMASK 0x0000
|
|
||||||
#define MOUSE_DEOMASK 0x0000
|
|
||||||
|
|
||||||
void mouse_down(Uxn *u, Uint8 *d, Uint8 mask);
|
void mouse_down(Uxn *u, Uint8 *d, Uint8 mask);
|
||||||
void mouse_up(Uxn *u, Uint8 *d, Uint8 mask);
|
void mouse_up(Uxn *u, Uint8 *d, Uint8 mask);
|
||||||
|
|
Loading…
Reference in New Issue