Mercurial > sdl-ios-xcode
comparison src/video/nanox/SDL_nxmouse_c.h @ 30:57bf11a5efd7
Added initial support for Nano-X (thanks Hsieh-Fu!)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Fri, 11 May 2001 01:13:35 +0000 |
parents | |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
29:a8360daed17d | 30:57bf11a5efd7 |
---|---|
1 #include "SDL_nxvideo.h" | |
2 | |
3 extern WMcursor * NX_CreateWMCursor (_THIS, Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y) ; | |
4 void NX_FreeWMCursor (_THIS, WMcursor * cursor) ; | |
5 extern void NX_WarpWMCursor (_THIS, Uint16 x, Uint16 y) ; | |
6 extern int NX_ShowWMCursor (_THIS, WMcursor * cursor) ; |