We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee21258 commit a592976Copy full SHA for a592976
RGFW/RGFW.odin
@@ -354,6 +354,7 @@ foreign native {
354
keyStrToKeyCode :: proc(key: cstring) -> u32 ---
355
isPressedS :: proc(win: ^window, key: cstring) -> bool ---
356
readClipboard :: proc(size: ^u32) -> cstring ---
357
+ clipboardFree :: proc(str: cstring) ---
358
writeClipboard :: proc(text: cstring, textLen: u32) ---
359
keystrToChar :: proc(key: cstring) -> i8 ---
360
//createThread :: proc(ptr: threadFunc_ptr, args: rawptr) -> thread ---
0 commit comments