-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GDI+ (gdip), Text Input Copy/Paste/Ctrl+A not working #572
Comments
Nuklear/demo/gdip/nuklear_gdip.h Line 789 in 614abce
=> if (!IsClipboardFormatAvailable(CF_UNICODETEXT) || !OpenClipboard(NULL)) It's working for me. (#126) |
gonna try the paste fix, but for me ctrl+a is also not working, and i tried to switch to GDI and it works, so I'll have to stick with GDI for now, gonna try to compare the gdi+ header with the gdi header if i can find a fix. |
Alright i fixed copy/paste by just using the code from the gdi header, now i have to fix the ctrl+a im pretty sure it has something to do with the key events, gonna do a PR once i fixed that too |
So I'm working on an Application with Nuklear and i realised following things:
The text was updated successfully, but these errors were encountered: