Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 285 Bytes

SDL_androidclipboard.h

File metadata and controls

10 lines (7 loc) · 285 Bytes
 
1
2
3
4
5
6
7
8
9
10
#include "SDL_config.h"
#ifndef _SDL_androidclipboard_h
#define _SDL_androidclipboard_h
extern int Android_SetClipboardText(_THIS, const char *text);
extern char *Android_GetClipboardText(_THIS);
extern SDL_bool Android_HasClipboardText(_THIS);
#endif /* _SDL_androidclipboard_h */