Added Windows clipboard support
This commit is contained in:
parent
a007a28624
commit
3ff2d236cd
11 changed files with 235 additions and 28 deletions
|
@ -235,6 +235,10 @@
|
|||
RelativePath="..\..\include\SDL_audio.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SDL_clipboard.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SDL_compat.h"
|
||||
>
|
||||
|
@ -560,6 +564,10 @@
|
|||
RelativePath="..\..\src\video\SDL_bmp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\video\SDL_clipboard.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SDL_compat.c"
|
||||
>
|
||||
|
@ -940,6 +948,14 @@
|
|||
RelativePath="..\..\src\audio\SDL_wave.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\video\win32\SDL_win32clipboard.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\video\win32\SDL_win32clipboard.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\video\win32\SDL_win32events.c"
|
||||
>
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
Name="SDL"
|
||||
ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
|
||||
RootNamespace="SDL"
|
||||
SccProjectName="Perforce Project"
|
||||
SccLocalPath="..\.."
|
||||
SccProvider="MSSCCI:Perforce SCM"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
|
@ -385,6 +382,10 @@
|
|||
RelativePath="..\..\include\SDL_audio.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SDL_clipboard.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SDL_compat.h"
|
||||
>
|
||||
|
@ -718,6 +719,10 @@
|
|||
RelativePath="..\..\src\video\SDL_bmp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\video\SDL_clipboard.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SDL_compat.c"
|
||||
>
|
||||
|
@ -1098,6 +1103,14 @@
|
|||
RelativePath="..\..\src\audio\SDL_wave.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\video\win32\SDL_win32clipboard.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\video\win32\SDL_win32clipboard.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\video\win32\SDL_win32events.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue