Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ GetClipboard
Method
GetClipboard
DevIL/cpp wrapper/il_wrap.cpp:678–682 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
676
677
678
ILboolean ilWin32::GetClipboard(ilImage &Image)
679
{
680
Image.Bind();
681
return ilutGetWinClipboard();
682
}
683
684
685
ILvoid ilWin32::GetInfo(ilImage &Image, BITMAPINFO *Info)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected