mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-07 21:41:25 +00:00
579502ab74
SVN r2768 (trunk)
10 lines
218 B
C
10 lines
218 B
C
#ifndef __I_INPUT_H__
|
|
#define __I_INPUT_H__
|
|
|
|
void I_PutInClipboard (const char *str);
|
|
FString I_GetFromClipboard (bool use_primary_selection);
|
|
void I_SetMouseCapture();
|
|
void I_ReleaseMouseCapture();
|
|
|
|
#endif
|
|
|