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

sokol: fixes

This commit is contained in:
lydiandy
2020-02-25 01:02:22 +08:00
committed by GitHub
parent 96da5b33c0
commit 3c0b73c2d6
8 changed files with 114 additions and 48 deletions

View File

@@ -67,3 +67,5 @@ fn C.sapp_d3d11_get_render_target_view() voidptr
fn C.sapp_d3d11_get_depth_stencil_view() voidptr
/* Win32: get the HWND window handle */
fn C.sapp_win32_get_hwnd() voidptr
/* Android: get native activity handle */
fn C.sapp_android_get_native_activity() voidptr