diff options
| author | Andre Weissflog <floooh@gmail.com> | 2020-08-17 12:41:16 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2020-08-17 12:41:16 +0200 |
| commit | f080901ffef54b4a15b8b8c5aadb6e9b176505c2 (patch) | |
| tree | bfd6636560e26b4ebee4af0df97608902aef74d3 /sokol_args.h | |
| parent | 9274f75e7f7b4110751d9257791359b2f3032550 (diff) | |
more minor sokol_args.h documentation fixes
Diffstat (limited to 'sokol_args.h')
| -rw-r--r-- | sokol_args.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sokol_args.h b/sokol_args.h index 1eace9ec..eb0a6484 100644 --- a/sokol_args.h +++ b/sokol_args.h @@ -152,7 +152,10 @@ Finally convert the UTF-16 strings in argv[] into UTF-8 via WideCharToMultiByte(). - See the function _sapp_win32_command_line_to_utf8_argv() for example code. + See the function _sapp_win32_command_line_to_utf8_argv() in sokol_app.h + for example code how to do this (if you're using sokol_app.h, it will + already convert the command line arguments to UTF-8 for you of course, + so you can plug them directly into sokol_app.h). API DOCUMENTATION ================= |