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:
@@ -136,6 +136,12 @@ pub fn frame_count() u64 {
|
||||
return C.sapp_frame_count()
|
||||
}
|
||||
|
||||
// get an averaged/smoothed frame duration in seconds
|
||||
[inline]
|
||||
pub fn frame_duration() f64 {
|
||||
return C.sapp_frame_duration()
|
||||
}
|
||||
|
||||
// write string into clipboard
|
||||
[inline]
|
||||
pub fn set_clipboard_string(str &char) {
|
||||
|
||||
Reference in New Issue
Block a user