mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-13 21:28:30 +01:00
update README.md
This commit is contained in:
@@ -56,6 +56,7 @@ Notes:
|
|||||||
* call_args : a string with the argument names separated by commas for calling imgui function
|
* call_args : a string with the argument names separated by commas for calling imgui function
|
||||||
* defaults : a collection in which key is argument name and value is the default value.
|
* defaults : a collection in which key is argument name and value is the default value.
|
||||||
* manual : will be true if this function is hand-written (not generated)
|
* manual : will be true if this function is hand-written (not generated)
|
||||||
|
* skipped : will be true if this function is not generated (and not hand-written)
|
||||||
* isvararg : is set if some argument is a vararg
|
* isvararg : is set if some argument is a vararg
|
||||||
* constructor : is set if the function is a constructor for a class.
|
* constructor : is set if the function is a constructor for a class.
|
||||||
* destructor : is set if the function is a destructor for a class but not just a default destructor.
|
* destructor : is set if the function is a destructor for a class but not just a default destructor.
|
||||||
|
Reference in New Issue
Block a user