- moved the Posix platform files to 'common' after making sure that Raze can compiled with them as-is.

No content changes.
This commit is contained in:
Christoph Oelckers 2020-04-23 21:48:50 +02:00
commit 0b544f2956
33 changed files with 33 additions and 32 deletions

View file

@ -0,0 +1,9 @@
#pragma once
// These were in i_input.h, which differed between platforms and on Windows caused problems with its
// inclusion of system specific data, so it has been separated into this platform independent file.
void I_PutInClipboard (const char *str);
FString I_GetFromClipboard (bool use_primary_selection);
void I_SetMouseCapture();
void I_ReleaseMouseCapture();