mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Add system clipboard support to Windows
This commit is contained in:
11
GpCommon/GpClipboardContentsType.h
Normal file
11
GpCommon/GpClipboardContentsType.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
namespace GpClipboardContentsTypes
|
||||
{
|
||||
enum GpClipboardContentsType
|
||||
{
|
||||
kText,
|
||||
};
|
||||
}
|
||||
|
||||
typedef GpClipboardContentsTypes::GpClipboardContentsType GpClipboardContentsType_t;
|
Reference in New Issue
Block a user