MCPcopy 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
678ILboolean ilWin32::GetClipboard(ilImage &Image)
679{
680 Image.Bind();
681 return ilutGetWinClipboard();
682}
683
684
685ILvoid ilWin32::GetInfo(ilImage &Image, BITMAPINFO *Info)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected