mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-22 00:01:06 +00:00
@@ -165,6 +165,7 @@ namespace HerdrInputGauntlet {
|
||||
} finally { CloseClipboard(); }
|
||||
}
|
||||
public static uint SetEmptyClipboardImage(IntPtr owner,string text) {
|
||||
if(owner==IntPtr.Zero) throw new Exception("Clipboard owner is required");
|
||||
if(!OpenClipboard(owner)) throw new Exception("Clipboard busy; refusing replacement");
|
||||
IntPtr pngMemory=IntPtr.Zero,textMemory=IntPtr.Zero;
|
||||
bool complete=false;
|
||||
|
||||
Reference in New Issue
Block a user