Immediate-Mode-UI / Immediate-Mode-UI/Nuklear

Ctrl+V doesn't work well, demo/gdip/nuklear_gdip.h/Line 752

Open
#126 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
C
Stars
11.4k
Forks
686
Avg merge
4d 1h
Merged PRs (30d)
3

Description

ctrl+v paste not work

if (!IsClipboardFormatAvailable(CF_UNICODETEXT) && OpenClipboard(NULL))

-->

works well

if (!IsClipboardFormatAvailable(CF_UNICODETEXT) || !OpenClipboard(NULL))

Contributor guide

Open the contributing guide

Research direction

Open demo/gdip/nuklear_gdip.h around line 752 and inspect the clipboard-format and OpenClipboard condition. Reproduce Ctrl+V in the GDIP demo, then verify paste works when Unicode clipboard text is available and the clipboard opens.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
desktop
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.