Tiny refactor
This commit is contained in:
@@ -532,7 +532,7 @@
|
||||
|
||||
When drag'n'drop is enabled, the event callback will be invoked with an
|
||||
event of type SAPP_EVENTTYPE_FILES_DROPPED whenever the user drops files on
|
||||
the application window.
|
||||
the application engine.window.
|
||||
|
||||
After the SAPP_EVENTTYPE_FILES_DROPPED is received, you can query the
|
||||
number of dropped files, and their absolute paths by calling separate
|
||||
@@ -884,7 +884,7 @@
|
||||
=================
|
||||
On some platforms which don't provide a physical keyboard, sokol-app
|
||||
can display the platform's integrated onscreen keyboard for text
|
||||
input. To request that the onscreen keyboard is shown, call
|
||||
engine.input. To request that the onscreen keyboard is shown, call
|
||||
|
||||
sapp_show_keyboard(true);
|
||||
|
||||
@@ -949,7 +949,7 @@
|
||||
|
||||
sapp_desc.win32_console_create (default: false)
|
||||
When set to true, a new console window will be created and
|
||||
stdout/stderr will be redirected to that console window. It
|
||||
stdout/stderr will be redirected to that console engine.window. It
|
||||
doesn't matter if the application is started from the command
|
||||
line or via double-click.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user