mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-22 08:51:28 +00:00
417779440d
interfaces to m_joy.h. - Added Raw Input PS2 adapter support. SVN r1713 (trunk)
8 lines
160 B
C
8 lines
160 B
C
#ifndef __I_INPUT_H__
|
|
#define __I_INPUT_H__
|
|
|
|
void I_PutInClipboard (const char *str);
|
|
FString I_GetFromClipboard (bool use_primary_selection);
|
|
|
|
#endif
|
|
|