1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

sokol: update to floooh/sokol from 27-Dec-2021 (4ff3ed7) (#13044)

This commit is contained in:
Larpon
2022-01-05 17:23:14 +01:00
committed by GitHub
parent 70a0aab72b
commit 3ae4513e2e
12 changed files with 2611 additions and 2147 deletions

View File

@@ -56,6 +56,9 @@ fn C.sapp_consume_event()
// get the current frame counter (for comparison with sapp_event.frame_count)
fn C.sapp_frame_count() u64
// get an averaged/smoothed frame duration in seconds
fn C.sapp_frame_duration() f64
// write string into clipboard
fn C.sapp_set_clipboard_string(str &byte)
@@ -115,5 +118,3 @@ fn C.sapp_get_num_dropped_files() int
// Get the file path of the droped file
fn C.sapp_get_dropped_file_path(int) &byte
fn C.sapp_resize_window(int, int)