mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Wayland: Implement clipboard paste
This commit is contained in:
committed by
linkmauve
parent
3c4b9a7eef
commit
8b54e28c4e
@@ -256,6 +256,8 @@ typedef struct _GLFWlibraryWayland
|
||||
int32_t keyboardRepeatDelay;
|
||||
int keyboardLastKey;
|
||||
int keyboardLastScancode;
|
||||
char* clipboardString;
|
||||
size_t clipboardSize;
|
||||
int timerfd;
|
||||
short int keycodes[256];
|
||||
short int scancodes[GLFW_KEY_LAST + 1];
|
||||
|
||||
Reference in New Issue
Block a user