added note about windows
This commit is contained in:
parent
a78e69c3c5
commit
353814550e
|
|
@ -76,6 +76,7 @@ int main(void)
|
|||
// Most operating systems hide this information until the user presses Ctrl-V on the window.
|
||||
|
||||
// Check to see if the clipboard contains an image
|
||||
// This function does nothing outside of Windows, as it directly calls the Windows API
|
||||
Image image = GetClipboardImage();
|
||||
|
||||
if (IsImageValid(image))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user