Skip to content

Commit a592976

Browse files
add clipboardFree
1 parent ee21258 commit a592976

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RGFW/RGFW.odin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ foreign native {
354354
keyStrToKeyCode :: proc(key: cstring) -> u32 ---
355355
isPressedS :: proc(win: ^window, key: cstring) -> bool ---
356356
readClipboard :: proc(size: ^u32) -> cstring ---
357+
clipboardFree :: proc(str: cstring) ---
357358
writeClipboard :: proc(text: cstring, textLen: u32) ---
358359
keystrToChar :: proc(key: cstring) -> i8 ---
359360
//createThread :: proc(ptr: threadFunc_ptr, args: rawptr) -> thread ---

0 commit comments

Comments
 (0)