author | Sam Lantinga |
Sun, 02 Feb 2014 00:53:27 -0800 | |
changeset 8149 | 681eb46b8ac4 |
parent 8093 | b43765095a6f |
child 9619 | b94b6d0bff0f |
permissions | -rw-r--r-- |
jorgen@7593 | 1 |
/* |
jorgen@7593 | 2 |
Simple DirectMedia Layer |
slouken@8149 | 3 |
Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> |
jorgen@7593 | 4 |
|
jorgen@7593 | 5 |
This software is provided 'as-is', without any express or implied |
jorgen@7593 | 6 |
warranty. In no event will the authors be held liable for any damages |
jorgen@7593 | 7 |
arising from the use of this software. |
jorgen@7593 | 8 |
|
jorgen@7593 | 9 |
Permission is granted to anyone to use this software for any purpose, |
jorgen@7593 | 10 |
including commercial applications, and to alter it and redistribute it |
jorgen@7593 | 11 |
freely, subject to the following restrictions: |
jorgen@7593 | 12 |
|
jorgen@7593 | 13 |
1. The origin of this software must not be misrepresented; you must not |
jorgen@7593 | 14 |
claim that you wrote the original software. If you use this software |
jorgen@7593 | 15 |
in a product, an acknowledgment in the product documentation would be |
jorgen@7593 | 16 |
appreciated but is not required. |
jorgen@7593 | 17 |
2. Altered source versions must be plainly marked as such, and must not be |
jorgen@7593 | 18 |
misrepresented as being the original software. |
jorgen@7593 | 19 |
3. This notice may not be removed or altered from any source distribution. |
jorgen@7593 | 20 |
*/ |
icculus@8093 | 21 |
#include "../../SDL_internal.h" |
jorgen@7593 | 22 |
|
jorgen@7593 | 23 |
#ifndef _SDL_cocoamousetap_h |
jorgen@7593 | 24 |
#define _SDL_cocoamousetap_h |
jorgen@7593 | 25 |
|
jorgen@7593 | 26 |
#include "SDL_cocoamouse.h" |
jorgen@7593 | 27 |
|
jorgen@7593 | 28 |
extern void Cocoa_InitMouseEventTap(SDL_MouseData *driverdata); |
jorgen@7593 | 29 |
extern void Cocoa_QuitMouseEventTap(SDL_MouseData *driverdata); |
jorgen@7593 | 30 |
|
jorgen@7593 | 31 |
#endif /* _SDL_cocoamousetap_h */ |
jorgen@7593 | 32 |
|
jorgen@7593 | 33 |
/* vi: set ts=4 sw=4 expandtab: */ |