Advertisement
snake5

imgui.h parse log v2

Jan 13th, 2017
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 48.71 KB | None | 0 0
  1. Found namespace: ImGui
  2. ImGuiIO &    GetIO
  3. ImGuiStyle &    GetStyle
  4. ImDrawData *    GetDrawData
  5. void    NewFrame
  6. void    Render
  7. void    Shutdown
  8. void    ShowUserGuide
  9. void    ShowStyleEditor
  10. >>>ImGuiStyle * ref = NULL
  11. --- {name=ref,type=ImGuiStyle *,val=NULL}
  12. void    ShowTestWindow
  13. >>>bool * p_open = NULL
  14. --- {name=p_open,type=bool *,val=NULL}
  15. void    ShowMetricsWindow
  16. >>>bool * p_open = NULL
  17. --- {name=p_open,type=bool *,val=NULL}
  18. bool    Begin
  19. >>>const char * name
  20. --- {name=name,type=const char *,val=}
  21. >>>bool * p_open = NULL
  22. --- {name=p_open,type=bool *,val=NULL}
  23. >>>ImGuiWindowFlags flags = 0
  24. --- {name=flags,type=ImGuiWindowFlags,val=0}
  25. bool    Begin
  26. >>>const char * name
  27. --- {name=name,type=const char *,val=}
  28. >>>bool * p_open
  29. --- {name=p_open,type=bool *,val=}
  30. >>>const ImVec2 & size_on_first_use
  31. --- {name=size_on_first_use,type=const ImVec2 &,val=}
  32. >>>float bg_alpha = - 1
  33. --- {name=bg_alpha,type=float,val=- 1}
  34. >>>ImGuiWindowFlags flags = 0
  35. --- {name=flags,type=ImGuiWindowFlags,val=0}
  36. void    End
  37. bool    BeginChild
  38. >>>const char * str_id
  39. --- {name=str_id,type=const char *,val=}
  40. >>>const ImVec2 & size = ImVec2 ( 0 , 0 )
  41. --- {name=size,type=const ImVec2 &,val=ImVec2 ( 0 , 0 )}
  42. >>>bool border = false
  43. --- {name=border,type=bool,val=false}
  44. >>>ImGuiWindowFlags extra_flags = 0
  45. --- {name=extra_flags,type=ImGuiWindowFlags,val=0}
  46. bool    BeginChild
  47. >>>ImGuiID id
  48. --- {name=id,type=ImGuiID,val=}
  49. >>>const ImVec2 & size = ImVec2 ( 0 , 0 )
  50. --- {name=size,type=const ImVec2 &,val=ImVec2 ( 0 , 0 )}
  51. >>>bool border = false
  52. --- {name=border,type=bool,val=false}
  53. >>>ImGuiWindowFlags extra_flags = 0
  54. --- {name=extra_flags,type=ImGuiWindowFlags,val=0}
  55. void    EndChild
  56. ImVec2    GetContentRegionMax
  57. ImVec2    GetContentRegionAvail
  58. float    GetContentRegionAvailWidth
  59. ImVec2    GetWindowContentRegionMin
  60. ImVec2    GetWindowContentRegionMax
  61. float    GetWindowContentRegionWidth
  62. ImDrawList *    GetWindowDrawList
  63. ImVec2    GetWindowPos
  64. ImVec2    GetWindowSize
  65. float    GetWindowWidth
  66. float    GetWindowHeight
  67. bool    IsWindowCollapsed
  68. void    SetWindowFontScale
  69. >>>float scale
  70. --- {name=scale,type=float,val=}
  71. void    SetNextWindowPos
  72. >>>const ImVec2 & pos
  73. --- {name=pos,type=const ImVec2 &,val=}
  74. >>>ImGuiSetCond cond = 0
  75. --- {name=cond,type=ImGuiSetCond,val=0}
  76. void    SetNextWindowPosCenter
  77. >>>ImGuiSetCond cond = 0
  78. --- {name=cond,type=ImGuiSetCond,val=0}
  79. void    SetNextWindowSize
  80. >>>const ImVec2 & size
  81. --- {name=size,type=const ImVec2 &,val=}
  82. >>>ImGuiSetCond cond = 0
  83. --- {name=cond,type=ImGuiSetCond,val=0}
  84. void    SetNextWindowSizeConstraints
  85. >>>const ImVec2 & size_min
  86. --- {name=size_min,type=const ImVec2 &,val=}
  87. >>>const ImVec2 & size_max
  88. --- {name=size_max,type=const ImVec2 &,val=}
  89. >>>ImGuiSizeConstraintCallback custom_callback = NULL
  90. --- {name=custom_callback,type=ImGuiSizeConstraintCallback,val=NULL}
  91. >>>void * custom_callback_data = NULL
  92. --- {name=custom_callback_data,type=void *,val=NULL}
  93. void    SetNextWindowContentSize
  94. >>>const ImVec2 & size
  95. --- {name=size,type=const ImVec2 &,val=}
  96. void    SetNextWindowContentWidth
  97. >>>float width
  98. --- {name=width,type=float,val=}
  99. void    SetNextWindowCollapsed
  100. >>>bool collapsed
  101. --- {name=collapsed,type=bool,val=}
  102. >>>ImGuiSetCond cond = 0
  103. --- {name=cond,type=ImGuiSetCond,val=0}
  104. void    SetNextWindowFocus
  105. void    SetWindowPos
  106. >>>const ImVec2 & pos
  107. --- {name=pos,type=const ImVec2 &,val=}
  108. >>>ImGuiSetCond cond = 0
  109. --- {name=cond,type=ImGuiSetCond,val=0}
  110. void    SetWindowSize
  111. >>>const ImVec2 & size
  112. --- {name=size,type=const ImVec2 &,val=}
  113. >>>ImGuiSetCond cond = 0
  114. --- {name=cond,type=ImGuiSetCond,val=0}
  115. void    SetWindowCollapsed
  116. >>>bool collapsed
  117. --- {name=collapsed,type=bool,val=}
  118. >>>ImGuiSetCond cond = 0
  119. --- {name=cond,type=ImGuiSetCond,val=0}
  120. void    SetWindowFocus
  121. void    SetWindowPos
  122. >>>const char * name
  123. --- {name=name,type=const char *,val=}
  124. >>>const ImVec2 & pos
  125. --- {name=pos,type=const ImVec2 &,val=}
  126. >>>ImGuiSetCond cond = 0
  127. --- {name=cond,type=ImGuiSetCond,val=0}
  128. void    SetWindowSize
  129. >>>const char * name
  130. --- {name=name,type=const char *,val=}
  131. >>>const ImVec2 & size
  132. --- {name=size,type=const ImVec2 &,val=}
  133. >>>ImGuiSetCond cond = 0
  134. --- {name=cond,type=ImGuiSetCond,val=0}
  135. void    SetWindowCollapsed
  136. >>>const char * name
  137. --- {name=name,type=const char *,val=}
  138. >>>bool collapsed
  139. --- {name=collapsed,type=bool,val=}
  140. >>>ImGuiSetCond cond = 0
  141. --- {name=cond,type=ImGuiSetCond,val=0}
  142. void    SetWindowFocus
  143. >>>const char * name
  144. --- {name=name,type=const char *,val=}
  145. float    GetScrollX
  146. float    GetScrollY
  147. float    GetScrollMaxX
  148. float    GetScrollMaxY
  149. void    SetScrollX
  150. >>>float scroll_x
  151. --- {name=scroll_x,type=float,val=}
  152. void    SetScrollY
  153. >>>float scroll_y
  154. --- {name=scroll_y,type=float,val=}
  155. void    SetScrollHere
  156. >>>float center_y_ratio = 0.5
  157. --- {name=center_y_ratio,type=float,val=0.5}
  158. void    SetScrollFromPosY
  159. >>>float pos_y
  160. --- {name=pos_y,type=float,val=}
  161. >>>float center_y_ratio = 0.5
  162. --- {name=center_y_ratio,type=float,val=0.5}
  163. void    SetKeyboardFocusHere
  164. >>>int offset = 0
  165. --- {name=offset,type=int,val=0}
  166. void    SetStateStorage
  167. >>>ImGuiStorage * tree
  168. --- {name=tree,type=ImGuiStorage *,val=}
  169. ImGuiStorage *    GetStateStorage
  170. void    PushFont
  171. >>>ImFont * font
  172. --- {name=font,type=ImFont *,val=}
  173. void    PopFont
  174. void    PushStyleColor
  175. >>>ImGuiCol idx
  176. --- {name=idx,type=ImGuiCol,val=}
  177. >>>const ImVec4 & col
  178. --- {name=col,type=const ImVec4 &,val=}
  179. void    PopStyleColor
  180. >>>int count = 1
  181. --- {name=count,type=int,val=1}
  182. void    PushStyleVar
  183. >>>ImGuiStyleVar idx
  184. --- {name=idx,type=ImGuiStyleVar,val=}
  185. >>>float val
  186. --- {name=val,type=float,val=}
  187. void    PushStyleVar
  188. >>>ImGuiStyleVar idx
  189. --- {name=idx,type=ImGuiStyleVar,val=}
  190. >>>const ImVec2 & val
  191. --- {name=val,type=const ImVec2 &,val=}
  192. void    PopStyleVar
  193. >>>int count = 1
  194. --- {name=count,type=int,val=1}
  195. ImFont *    GetFont
  196. float    GetFontSize
  197. ImVec2    GetFontTexUvWhitePixel
  198. ImU32    GetColorU32
  199. >>>ImGuiCol idx
  200. --- {name=idx,type=ImGuiCol,val=}
  201. >>>float alpha_mul = 1
  202. --- {name=alpha_mul,type=float,val=1}
  203. ImU32    GetColorU32
  204. >>>const ImVec4 & col
  205. --- {name=col,type=const ImVec4 &,val=}
  206. void    PushItemWidth
  207. >>>float item_width
  208. --- {name=item_width,type=float,val=}
  209. void    PopItemWidth
  210. float    CalcItemWidth
  211. void    PushTextWrapPos
  212. >>>float wrap_pos_x = 0
  213. --- {name=wrap_pos_x,type=float,val=0}
  214. void    PopTextWrapPos
  215. void    PushAllowKeyboardFocus
  216. >>>bool v
  217. --- {name=v,type=bool,val=}
  218. void    PopAllowKeyboardFocus
  219. void    PushButtonRepeat
  220. >>>bool repeat
  221. --- {name=repeat,type=bool,val=}
  222. void    PopButtonRepeat
  223. void    Separator
  224. void    SameLine
  225. >>>float pos_x = 0
  226. --- {name=pos_x,type=float,val=0}
  227. >>>float spacing_w = - 1
  228. --- {name=spacing_w,type=float,val=- 1}
  229. void    NewLine
  230. void    Spacing
  231. void    Dummy
  232. >>>const ImVec2 & size
  233. --- {name=size,type=const ImVec2 &,val=}
  234. void    Indent
  235. >>>float indent_w = 0
  236. --- {name=indent_w,type=float,val=0}
  237. void    Unindent
  238. >>>float indent_w = 0
  239. --- {name=indent_w,type=float,val=0}
  240. void    BeginGroup
  241. void    EndGroup
  242. ImVec2    GetCursorPos
  243. float    GetCursorPosX
  244. float    GetCursorPosY
  245. void    SetCursorPos
  246. >>>const ImVec2 & local_pos
  247. --- {name=local_pos,type=const ImVec2 &,val=}
  248. void    SetCursorPosX
  249. >>>float x
  250. --- {name=x,type=float,val=}
  251. void    SetCursorPosY
  252. >>>float y
  253. --- {name=y,type=float,val=}
  254. ImVec2    GetCursorStartPos
  255. ImVec2    GetCursorScreenPos
  256. void    SetCursorScreenPos
  257. >>>const ImVec2 & pos
  258. --- {name=pos,type=const ImVec2 &,val=}
  259. void    AlignFirstTextHeightToWidgets
  260. float    GetTextLineHeight
  261. float    GetTextLineHeightWithSpacing
  262. float    GetItemsLineHeightWithSpacing
  263. void    Columns
  264. >>>int count = 1
  265. --- {name=count,type=int,val=1}
  266. >>>const char * id = NULL
  267. --- {name=id,type=const char *,val=NULL}
  268. >>>bool border = true
  269. --- {name=border,type=bool,val=true}
  270. void    NextColumn
  271. int    GetColumnIndex
  272. float    GetColumnOffset
  273. >>>int column_index = - 1
  274. --- {name=column_index,type=int,val=- 1}
  275. void    SetColumnOffset
  276. >>>int column_index
  277. --- {name=column_index,type=int,val=}
  278. >>>float offset_x
  279. --- {name=offset_x,type=float,val=}
  280. float    GetColumnWidth
  281. >>>int column_index = - 1
  282. --- {name=column_index,type=int,val=- 1}
  283. int    GetColumnsCount
  284. void    PushID
  285. >>>const char * str_id
  286. --- {name=str_id,type=const char *,val=}
  287. void    PushID
  288. >>>const char * str_id_begin
  289. --- {name=str_id_begin,type=const char *,val=}
  290. >>>const char * str_id_end
  291. --- {name=str_id_end,type=const char *,val=}
  292. void    PushID
  293. >>>const void * ptr_id
  294. --- {name=ptr_id,type=const void *,val=}
  295. void    PushID
  296. >>>int int_id
  297. --- {name=int_id,type=int,val=}
  298. void    PopID
  299. ImGuiID    GetID
  300. >>>const char * str_id
  301. --- {name=str_id,type=const char *,val=}
  302. ImGuiID    GetID
  303. >>>const char * str_id_begin
  304. --- {name=str_id_begin,type=const char *,val=}
  305. >>>const char * str_id_end
  306. --- {name=str_id_end,type=const char *,val=}
  307. ImGuiID    GetID
  308. >>>const void * ptr_id
  309. --- {name=ptr_id,type=const void *,val=}
  310. void    Text
  311. >>>const char * fmt
  312. --- {name=fmt,type=const char *,val=}
  313. >>>$ .
  314. --- {name=<vararg>,type=,val=}
  315. void    TextV
  316. >>>const char * fmt
  317. --- {name=fmt,type=const char *,val=}
  318. >>>va_list args
  319. --- {name=args,type=va_list,val=}
  320. void    TextColored
  321. >>>const ImVec4 & col
  322. --- {name=col,type=const ImVec4 &,val=}
  323. >>>const char * fmt
  324. --- {name=fmt,type=const char *,val=}
  325. >>>$ .
  326. --- {name=<vararg>,type=,val=}
  327. void    TextColoredV
  328. >>>const ImVec4 & col
  329. --- {name=col,type=const ImVec4 &,val=}
  330. >>>const char * fmt
  331. --- {name=fmt,type=const char *,val=}
  332. >>>va_list args
  333. --- {name=args,type=va_list,val=}
  334. void    TextDisabled
  335. >>>const char * fmt
  336. --- {name=fmt,type=const char *,val=}
  337. >>>$ .
  338. --- {name=<vararg>,type=,val=}
  339. void    TextDisabledV
  340. >>>const char * fmt
  341. --- {name=fmt,type=const char *,val=}
  342. >>>va_list args
  343. --- {name=args,type=va_list,val=}
  344. void    TextWrapped
  345. >>>const char * fmt
  346. --- {name=fmt,type=const char *,val=}
  347. >>>$ .
  348. --- {name=<vararg>,type=,val=}
  349. void    TextWrappedV
  350. >>>const char * fmt
  351. --- {name=fmt,type=const char *,val=}
  352. >>>va_list args
  353. --- {name=args,type=va_list,val=}
  354. void    TextUnformatted
  355. >>>const char * text
  356. --- {name=text,type=const char *,val=}
  357. >>>const char * text_end = NULL
  358. --- {name=text_end,type=const char *,val=NULL}
  359. void    LabelText
  360. >>>const char * label
  361. --- {name=label,type=const char *,val=}
  362. >>>const char * fmt
  363. --- {name=fmt,type=const char *,val=}
  364. >>>$ .
  365. --- {name=<vararg>,type=,val=}
  366. void    LabelTextV
  367. >>>const char * label
  368. --- {name=label,type=const char *,val=}
  369. >>>const char * fmt
  370. --- {name=fmt,type=const char *,val=}
  371. >>>va_list args
  372. --- {name=args,type=va_list,val=}
  373. void    Bullet
  374. void    BulletText
  375. >>>const char * fmt
  376. --- {name=fmt,type=const char *,val=}
  377. >>>$ .
  378. --- {name=<vararg>,type=,val=}
  379. void    BulletTextV
  380. >>>const char * fmt
  381. --- {name=fmt,type=const char *,val=}
  382. >>>va_list args
  383. --- {name=args,type=va_list,val=}
  384. bool    Button
  385. >>>const char * label
  386. --- {name=label,type=const char *,val=}
  387. >>>const ImVec2 & size = ImVec2 ( 0 , 0 )
  388. --- {name=size,type=const ImVec2 &,val=ImVec2 ( 0 , 0 )}
  389. bool    SmallButton
  390. >>>const char * label
  391. --- {name=label,type=const char *,val=}
  392. bool    InvisibleButton
  393. >>>const char * str_id
  394. --- {name=str_id,type=const char *,val=}
  395. >>>const ImVec2 & size
  396. --- {name=size,type=const ImVec2 &,val=}
  397. void    Image
  398. >>>ImTextureID user_texture_id
  399. --- {name=user_texture_id,type=ImTextureID,val=}
  400. >>>const ImVec2 & size
  401. --- {name=size,type=const ImVec2 &,val=}
  402. >>>const ImVec2 & uv0 = ImVec2 ( 0 , 0 )
  403. --- {name=uv0,type=const ImVec2 &,val=ImVec2 ( 0 , 0 )}
  404. >>>const ImVec2 & uv1 = ImVec2 ( 1 , 1 )
  405. --- {name=uv1,type=const ImVec2 &,val=ImVec2 ( 1 , 1 )}
  406. >>>const ImVec4 & tint_col = ImVec4 ( 1 , 1 , 1 , 1 )
  407. --- {name=tint_col,type=const ImVec4 &,val=ImVec4 ( 1 , 1 , 1 , 1 )}
  408. >>>const ImVec4 & border_col = ImVec4 ( 0 , 0 , 0 , 0 )
  409. --- {name=border_col,type=const ImVec4 &,val=ImVec4 ( 0 , 0 , 0 , 0 )}
  410. bool    ImageButton
  411. >>>ImTextureID user_texture_id
  412. --- {name=user_texture_id,type=ImTextureID,val=}
  413. >>>const ImVec2 & size
  414. --- {name=size,type=const ImVec2 &,val=}
  415. >>>const ImVec2 & uv0 = ImVec2 ( 0 , 0 )
  416. --- {name=uv0,type=const ImVec2 &,val=ImVec2 ( 0 , 0 )}
  417. >>>const ImVec2 & uv1 = ImVec2 ( 1 , 1 )
  418. --- {name=uv1,type=const ImVec2 &,val=ImVec2 ( 1 , 1 )}
  419. >>>int frame_padding = - 1
  420. --- {name=frame_padding,type=int,val=- 1}
  421. >>>const ImVec4 & bg_col = ImVec4 ( 0 , 0 , 0 , 0 )
  422. --- {name=bg_col,type=const ImVec4 &,val=ImVec4 ( 0 , 0 , 0 , 0 )}
  423. >>>const ImVec4 & tint_col = ImVec4 ( 1 , 1 , 1 , 1 )
  424. --- {name=tint_col,type=const ImVec4 &,val=ImVec4 ( 1 , 1 , 1 , 1 )}
  425. bool    Checkbox
  426. >>>const char * label
  427. --- {name=label,type=const char *,val=}
  428. >>>bool * v
  429. --- {name=v,type=bool *,val=}
  430. bool    CheckboxFlags
  431. >>>const char * label
  432. --- {name=label,type=const char *,val=}
  433. >>>unsigned int * flags
  434. --- {name=flags,type=unsigned int *,val=}
  435. >>>unsigned int flags_value
  436. --- {name=flags_value,type=unsigned int,val=}
  437. bool    RadioButton
  438. >>>const char * label
  439. --- {name=label,type=const char *,val=}
  440. >>>bool active
  441. --- {name=active,type=bool,val=}
  442. bool    RadioButton
  443. >>>const char * label
  444. --- {name=label,type=const char *,val=}
  445. >>>int * v
  446. --- {name=v,type=int *,val=}
  447. >>>int v_button
  448. --- {name=v_button,type=int,val=}
  449. bool    Combo
  450. >>>const char * label
  451. --- {name=label,type=const char *,val=}
  452. >>>int * current_item
  453. --- {name=current_item,type=int *,val=}
  454. >>>const char * const * items
  455. --- {name=items,type=const char * const *,val=}
  456. >>>int items_count
  457. --- {name=items_count,type=int,val=}
  458. >>>int height_in_items = - 1
  459. --- {name=height_in_items,type=int,val=- 1}
  460. bool    Combo
  461. >>>const char * label
  462. --- {name=label,type=const char *,val=}
  463. >>>int * current_item
  464. --- {name=current_item,type=int *,val=}
  465. >>>const char * items_separated_by_zeros
  466. --- {name=items_separated_by_zeros,type=const char *,val=}
  467. >>>int height_in_items = - 1
  468. --- {name=height_in_items,type=int,val=- 1}
  469. bool    Combo
  470. >>>const char * label
  471. --- {name=label,type=const char *,val=}
  472. >>>int * current_item
  473. --- {name=current_item,type=int *,val=}
  474. >>>bool ( * items_getter ) ( void * data , int idx , const char * * out_text )
  475. --- {name=items_getter,type=bool ( * ) ( void * data , int idx , const char * * out_text ),val=}
  476. >>>void * data
  477. --- {name=data,type=void *,val=}
  478. >>>int items_count
  479. --- {name=items_count,type=int,val=}
  480. >>>int height_in_items = - 1
  481. --- {name=height_in_items,type=int,val=- 1}
  482. bool    ColorButton
  483. >>>const ImVec4 & col
  484. --- {name=col,type=const ImVec4 &,val=}
  485. >>>bool small_height = false
  486. --- {name=small_height,type=bool,val=false}
  487. >>>bool outline_border = true
  488. --- {name=outline_border,type=bool,val=true}
  489. bool    ColorEdit3
  490. >>>const char * label
  491. --- {name=label,type=const char *,val=}
  492. >>>float col [ 3 ]
  493. --- {name=col,type=float [ 3 ],val=}
  494. bool    ColorEdit4
  495. >>>const char * label
  496. --- {name=label,type=const char *,val=}
  497. >>>float col [ 4 ]
  498. --- {name=col,type=float [ 4 ],val=}
  499. >>>bool show_alpha = true
  500. --- {name=show_alpha,type=bool,val=true}
  501. void    ColorEditMode
  502. >>>ImGuiColorEditMode mode
  503. --- {name=mode,type=ImGuiColorEditMode,val=}
  504. void    PlotLines
  505. >>>const char * label
  506. --- {name=label,type=const char *,val=}
  507. >>>const float * values
  508. --- {name=values,type=const float *,val=}
  509. >>>int values_count
  510. --- {name=values_count,type=int,val=}
  511. >>>int values_offset = 0
  512. --- {name=values_offset,type=int,val=0}
  513. >>>const char * overlay_text = NULL
  514. --- {name=overlay_text,type=const char *,val=NULL}
  515. >>>float scale_min = FLT_MAX
  516. --- {name=scale_min,type=float,val=FLT_MAX}
  517. >>>float scale_max = FLT_MAX
  518. --- {name=scale_max,type=float,val=FLT_MAX}
  519. >>>ImVec2 graph_size = ImVec2 ( 0 , 0 )
  520. --- {name=graph_size,type=ImVec2,val=ImVec2 ( 0 , 0 )}
  521. >>>int stride = sizeof ( float )
  522. --- {name=stride,type=int,val=sizeof ( float )}
  523. void    PlotLines
  524. >>>const char * label
  525. --- {name=label,type=const char *,val=}
  526. >>>float ( * values_getter ) ( void * data , int idx )
  527. --- {name=values_getter,type=float ( * ) ( void * data , int idx ),val=}
  528. >>>void * data
  529. --- {name=data,type=void *,val=}
  530. >>>int values_count
  531. --- {name=values_count,type=int,val=}
  532. >>>int values_offset = 0
  533. --- {name=values_offset,type=int,val=0}
  534. >>>const char * overlay_text = NULL
  535. --- {name=overlay_text,type=const char *,val=NULL}
  536. >>>float scale_min = FLT_MAX
  537. --- {name=scale_min,type=float,val=FLT_MAX}
  538. >>>float scale_max = FLT_MAX
  539. --- {name=scale_max,type=float,val=FLT_MAX}
  540. >>>ImVec2 graph_size = ImVec2 ( 0 , 0 )
  541. --- {name=graph_size,type=ImVec2,val=ImVec2 ( 0 , 0 )}
  542. void    PlotHistogram
  543. >>>const char * label
  544. --- {name=label,type=const char *,val=}
  545. >>>const float * values
  546. --- {name=values,type=const float *,val=}
  547. >>>int values_count
  548. --- {name=values_count,type=int,val=}
  549. >>>int values_offset = 0
  550. --- {name=values_offset,type=int,val=0}
  551. >>>const char * overlay_text = NULL
  552. --- {name=overlay_text,type=const char *,val=NULL}
  553. >>>float scale_min = FLT_MAX
  554. --- {name=scale_min,type=float,val=FLT_MAX}
  555. >>>float scale_max = FLT_MAX
  556. --- {name=scale_max,type=float,val=FLT_MAX}
  557. >>>ImVec2 graph_size = ImVec2 ( 0 , 0 )
  558. --- {name=graph_size,type=ImVec2,val=ImVec2 ( 0 , 0 )}
  559. >>>int stride = sizeof ( float )
  560. --- {name=stride,type=int,val=sizeof ( float )}
  561. void    PlotHistogram
  562. >>>const char * label
  563. --- {name=label,type=const char *,val=}
  564. >>>float ( * values_getter ) ( void * data , int idx )
  565. --- {name=values_getter,type=float ( * ) ( void * data , int idx ),val=}
  566. >>>void * data
  567. --- {name=data,type=void *,val=}
  568. >>>int values_count
  569. --- {name=values_count,type=int,val=}
  570. >>>int values_offset = 0
  571. --- {name=values_offset,type=int,val=0}
  572. >>>const char * overlay_text = NULL
  573. --- {name=overlay_text,type=const char *,val=NULL}
  574. >>>float scale_min = FLT_MAX
  575. --- {name=scale_min,type=float,val=FLT_MAX}
  576. >>>float scale_max = FLT_MAX
  577. --- {name=scale_max,type=float,val=FLT_MAX}
  578. >>>ImVec2 graph_size = ImVec2 ( 0 , 0 )
  579. --- {name=graph_size,type=ImVec2,val=ImVec2 ( 0 , 0 )}
  580. void    ProgressBar
  581. >>>float fraction
  582. --- {name=fraction,type=float,val=}
  583. >>>const ImVec2 & size_arg = ImVec2 ( - 1 , 0 )
  584. --- {name=size_arg,type=const ImVec2 &,val=ImVec2 ( - 1 , 0 )}
  585. >>>const char * overlay = NULL
  586. --- {name=overlay,type=const char *,val=NULL}
  587. bool    DragFloat
  588. >>>const char * label
  589. --- {name=label,type=const char *,val=}
  590. >>>float * v
  591. --- {name=v,type=float *,val=}
  592. >>>float v_speed = 1
  593. --- {name=v_speed,type=float,val=1}
  594. >>>float v_min = 0
  595. --- {name=v_min,type=float,val=0}
  596. >>>float v_max = 0
  597. --- {name=v_max,type=float,val=0}
  598. >>>const char * display_format = %.3f
  599. --- {name=display_format,type=const char *,val=%.3f}
  600. >>>float power = 1
  601. --- {name=power,type=float,val=1}
  602. bool    DragFloat2
  603. >>>const char * label
  604. --- {name=label,type=const char *,val=}
  605. >>>float v [ 2 ]
  606. --- {name=v,type=float [ 2 ],val=}
  607. >>>float v_speed = 1
  608. --- {name=v_speed,type=float,val=1}
  609. >>>float v_min = 0
  610. --- {name=v_min,type=float,val=0}
  611. >>>float v_max = 0
  612. --- {name=v_max,type=float,val=0}
  613. >>>const char * display_format = %.3f
  614. --- {name=display_format,type=const char *,val=%.3f}
  615. >>>float power = 1
  616. --- {name=power,type=float,val=1}
  617. bool    DragFloat3
  618. >>>const char * label
  619. --- {name=label,type=const char *,val=}
  620. >>>float v [ 3 ]
  621. --- {name=v,type=float [ 3 ],val=}
  622. >>>float v_speed = 1
  623. --- {name=v_speed,type=float,val=1}
  624. >>>float v_min = 0
  625. --- {name=v_min,type=float,val=0}
  626. >>>float v_max = 0
  627. --- {name=v_max,type=float,val=0}
  628. >>>const char * display_format = %.3f
  629. --- {name=display_format,type=const char *,val=%.3f}
  630. >>>float power = 1
  631. --- {name=power,type=float,val=1}
  632. bool    DragFloat4
  633. >>>const char * label
  634. --- {name=label,type=const char *,val=}
  635. >>>float v [ 4 ]
  636. --- {name=v,type=float [ 4 ],val=}
  637. >>>float v_speed = 1
  638. --- {name=v_speed,type=float,val=1}
  639. >>>float v_min = 0
  640. --- {name=v_min,type=float,val=0}
  641. >>>float v_max = 0
  642. --- {name=v_max,type=float,val=0}
  643. >>>const char * display_format = %.3f
  644. --- {name=display_format,type=const char *,val=%.3f}
  645. >>>float power = 1
  646. --- {name=power,type=float,val=1}
  647. bool    DragFloatRange2
  648. >>>const char * label
  649. --- {name=label,type=const char *,val=}
  650. >>>float * v_current_min
  651. --- {name=v_current_min,type=float *,val=}
  652. >>>float * v_current_max
  653. --- {name=v_current_max,type=float *,val=}
  654. >>>float v_speed = 1
  655. --- {name=v_speed,type=float,val=1}
  656. >>>float v_min = 0
  657. --- {name=v_min,type=float,val=0}
  658. >>>float v_max = 0
  659. --- {name=v_max,type=float,val=0}
  660. >>>const char * display_format = %.3f
  661. --- {name=display_format,type=const char *,val=%.3f}
  662. >>>const char * display_format_max = NULL
  663. --- {name=display_format_max,type=const char *,val=NULL}
  664. >>>float power = 1
  665. --- {name=power,type=float,val=1}
  666. bool    DragInt
  667. >>>const char * label
  668. --- {name=label,type=const char *,val=}
  669. >>>int * v
  670. --- {name=v,type=int *,val=}
  671. >>>float v_speed = 1
  672. --- {name=v_speed,type=float,val=1}
  673. >>>int v_min = 0
  674. --- {name=v_min,type=int,val=0}
  675. >>>int v_max = 0
  676. --- {name=v_max,type=int,val=0}
  677. >>>const char * display_format = %.0f
  678. --- {name=display_format,type=const char *,val=%.0f}
  679. bool    DragInt2
  680. >>>const char * label
  681. --- {name=label,type=const char *,val=}
  682. >>>int v [ 2 ]
  683. --- {name=v,type=int [ 2 ],val=}
  684. >>>float v_speed = 1
  685. --- {name=v_speed,type=float,val=1}
  686. >>>int v_min = 0
  687. --- {name=v_min,type=int,val=0}
  688. >>>int v_max = 0
  689. --- {name=v_max,type=int,val=0}
  690. >>>const char * display_format = %.0f
  691. --- {name=display_format,type=const char *,val=%.0f}
  692. bool    DragInt3
  693. >>>const char * label
  694. --- {name=label,type=const char *,val=}
  695. >>>int v [ 3 ]
  696. --- {name=v,type=int [ 3 ],val=}
  697. >>>float v_speed = 1
  698. --- {name=v_speed,type=float,val=1}
  699. >>>int v_min = 0
  700. --- {name=v_min,type=int,val=0}
  701. >>>int v_max = 0
  702. --- {name=v_max,type=int,val=0}
  703. >>>const char * display_format = %.0f
  704. --- {name=display_format,type=const char *,val=%.0f}
  705. bool    DragInt4
  706. >>>const char * label
  707. --- {name=label,type=const char *,val=}
  708. >>>int v [ 4 ]
  709. --- {name=v,type=int [ 4 ],val=}
  710. >>>float v_speed = 1
  711. --- {name=v_speed,type=float,val=1}
  712. >>>int v_min = 0
  713. --- {name=v_min,type=int,val=0}
  714. >>>int v_max = 0
  715. --- {name=v_max,type=int,val=0}
  716. >>>const char * display_format = %.0f
  717. --- {name=display_format,type=const char *,val=%.0f}
  718. bool    DragIntRange2
  719. >>>const char * label
  720. --- {name=label,type=const char *,val=}
  721. >>>int * v_current_min
  722. --- {name=v_current_min,type=int *,val=}
  723. >>>int * v_current_max
  724. --- {name=v_current_max,type=int *,val=}
  725. >>>float v_speed = 1
  726. --- {name=v_speed,type=float,val=1}
  727. >>>int v_min = 0
  728. --- {name=v_min,type=int,val=0}
  729. >>>int v_max = 0
  730. --- {name=v_max,type=int,val=0}
  731. >>>const char * display_format = %.0f
  732. --- {name=display_format,type=const char *,val=%.0f}
  733. >>>const char * display_format_max = NULL
  734. --- {name=display_format_max,type=const char *,val=NULL}
  735. bool    InputText
  736. >>>const char * label
  737. --- {name=label,type=const char *,val=}
  738. >>>char * buf
  739. --- {name=buf,type=char *,val=}
  740. >>>size_t buf_size
  741. --- {name=buf_size,type=size_t,val=}
  742. >>>ImGuiInputTextFlags flags = 0
  743. --- {name=flags,type=ImGuiInputTextFlags,val=0}
  744. >>>ImGuiTextEditCallback callback = NULL
  745. --- {name=callback,type=ImGuiTextEditCallback,val=NULL}
  746. >>>void * user_data = NULL
  747. --- {name=user_data,type=void *,val=NULL}
  748. bool    InputTextMultiline
  749. >>>const char * label
  750. --- {name=label,type=const char *,val=}
  751. >>>char * buf
  752. --- {name=buf,type=char *,val=}
  753. >>>size_t buf_size
  754. --- {name=buf_size,type=size_t,val=}
  755. >>>const ImVec2 & size = ImVec2 ( 0 , 0 )
  756. --- {name=size,type=const ImVec2 &,val=ImVec2 ( 0 , 0 )}
  757. >>>ImGuiInputTextFlags flags = 0
  758. --- {name=flags,type=ImGuiInputTextFlags,val=0}
  759. >>>ImGuiTextEditCallback callback = NULL
  760. --- {name=callback,type=ImGuiTextEditCallback,val=NULL}
  761. >>>void * user_data = NULL
  762. --- {name=user_data,type=void *,val=NULL}
  763. bool    InputFloat
  764. >>>const char * label
  765. --- {name=label,type=const char *,val=}
  766. >>>float * v
  767. --- {name=v,type=float *,val=}
  768. >>>float step = 0
  769. --- {name=step,type=float,val=0}
  770. >>>float step_fast = 0
  771. --- {name=step_fast,type=float,val=0}
  772. >>>int decimal_precision = - 1
  773. --- {name=decimal_precision,type=int,val=- 1}
  774. >>>ImGuiInputTextFlags extra_flags = 0
  775. --- {name=extra_flags,type=ImGuiInputTextFlags,val=0}
  776. bool    InputFloat2
  777. >>>const char * label
  778. --- {name=label,type=const char *,val=}
  779. >>>float v [ 2 ]
  780. --- {name=v,type=float [ 2 ],val=}
  781. >>>int decimal_precision = - 1
  782. --- {name=decimal_precision,type=int,val=- 1}
  783. >>>ImGuiInputTextFlags extra_flags = 0
  784. --- {name=extra_flags,type=ImGuiInputTextFlags,val=0}
  785. bool    InputFloat3
  786. >>>const char * label
  787. --- {name=label,type=const char *,val=}
  788. >>>float v [ 3 ]
  789. --- {name=v,type=float [ 3 ],val=}
  790. >>>int decimal_precision = - 1
  791. --- {name=decimal_precision,type=int,val=- 1}
  792. >>>ImGuiInputTextFlags extra_flags = 0
  793. --- {name=extra_flags,type=ImGuiInputTextFlags,val=0}
  794. bool    InputFloat4
  795. >>>const char * label
  796. --- {name=label,type=const char *,val=}
  797. >>>float v [ 4 ]
  798. --- {name=v,type=float [ 4 ],val=}
  799. >>>int decimal_precision = - 1
  800. --- {name=decimal_precision,type=int,val=- 1}
  801. >>>ImGuiInputTextFlags extra_flags = 0
  802. --- {name=extra_flags,type=ImGuiInputTextFlags,val=0}
  803. bool    InputInt
  804. >>>const char * label
  805. --- {name=label,type=const char *,val=}
  806. >>>int * v
  807. --- {name=v,type=int *,val=}
  808. >>>int step = 1
  809. --- {name=step,type=int,val=1}
  810. >>>int step_fast = 100
  811. --- {name=step_fast,type=int,val=100}
  812. >>>ImGuiInputTextFlags extra_flags = 0
  813. --- {name=extra_flags,type=ImGuiInputTextFlags,val=0}
  814. bool    InputInt2
  815. >>>const char * label
  816. --- {name=label,type=const char *,val=}
  817. >>>int v [ 2 ]
  818. --- {name=v,type=int [ 2 ],val=}
  819. >>>ImGuiInputTextFlags extra_flags = 0
  820. --- {name=extra_flags,type=ImGuiInputTextFlags,val=0}
  821. bool    InputInt3
  822. >>>const char * label
  823. --- {name=label,type=const char *,val=}
  824. >>>int v [ 3 ]
  825. --- {name=v,type=int [ 3 ],val=}
  826. >>>ImGuiInputTextFlags extra_flags = 0
  827. --- {name=extra_flags,type=ImGuiInputTextFlags,val=0}
  828. bool    InputInt4
  829. >>>const char * label
  830. --- {name=label,type=const char *,val=}
  831. >>>int v [ 4 ]
  832. --- {name=v,type=int [ 4 ],val=}
  833. >>>ImGuiInputTextFlags extra_flags = 0
  834. --- {name=extra_flags,type=ImGuiInputTextFlags,val=0}
  835. bool    SliderFloat
  836. >>>const char * label
  837. --- {name=label,type=const char *,val=}
  838. >>>float * v
  839. --- {name=v,type=float *,val=}
  840. >>>float v_min
  841. --- {name=v_min,type=float,val=}
  842. >>>float v_max
  843. --- {name=v_max,type=float,val=}
  844. >>>const char * display_format = %.3f
  845. --- {name=display_format,type=const char *,val=%.3f}
  846. >>>float power = 1
  847. --- {name=power,type=float,val=1}
  848. bool    SliderFloat2
  849. >>>const char * label
  850. --- {name=label,type=const char *,val=}
  851. >>>float v [ 2 ]
  852. --- {name=v,type=float [ 2 ],val=}
  853. >>>float v_min
  854. --- {name=v_min,type=float,val=}
  855. >>>float v_max
  856. --- {name=v_max,type=float,val=}
  857. >>>const char * display_format = %.3f
  858. --- {name=display_format,type=const char *,val=%.3f}
  859. >>>float power = 1
  860. --- {name=power,type=float,val=1}
  861. bool    SliderFloat3
  862. >>>const char * label
  863. --- {name=label,type=const char *,val=}
  864. >>>float v [ 3 ]
  865. --- {name=v,type=float [ 3 ],val=}
  866. >>>float v_min
  867. --- {name=v_min,type=float,val=}
  868. >>>float v_max
  869. --- {name=v_max,type=float,val=}
  870. >>>const char * display_format = %.3f
  871. --- {name=display_format,type=const char *,val=%.3f}
  872. >>>float power = 1
  873. --- {name=power,type=float,val=1}
  874. bool    SliderFloat4
  875. >>>const char * label
  876. --- {name=label,type=const char *,val=}
  877. >>>float v [ 4 ]
  878. --- {name=v,type=float [ 4 ],val=}
  879. >>>float v_min
  880. --- {name=v_min,type=float,val=}
  881. >>>float v_max
  882. --- {name=v_max,type=float,val=}
  883. >>>const char * display_format = %.3f
  884. --- {name=display_format,type=const char *,val=%.3f}
  885. >>>float power = 1
  886. --- {name=power,type=float,val=1}
  887. bool    SliderAngle
  888. >>>const char * label
  889. --- {name=label,type=const char *,val=}
  890. >>>float * v_rad
  891. --- {name=v_rad,type=float *,val=}
  892. >>>float v_degrees_min = - 360
  893. --- {name=v_degrees_min,type=float,val=- 360}
  894. >>>float v_degrees_max = + 360
  895. --- {name=v_degrees_max,type=float,val=+ 360}
  896. bool    SliderInt
  897. >>>const char * label
  898. --- {name=label,type=const char *,val=}
  899. >>>int * v
  900. --- {name=v,type=int *,val=}
  901. >>>int v_min
  902. --- {name=v_min,type=int,val=}
  903. >>>int v_max
  904. --- {name=v_max,type=int,val=}
  905. >>>const char * display_format = %.0f
  906. --- {name=display_format,type=const char *,val=%.0f}
  907. bool    SliderInt2
  908. >>>const char * label
  909. --- {name=label,type=const char *,val=}
  910. >>>int v [ 2 ]
  911. --- {name=v,type=int [ 2 ],val=}
  912. >>>int v_min
  913. --- {name=v_min,type=int,val=}
  914. >>>int v_max
  915. --- {name=v_max,type=int,val=}
  916. >>>const char * display_format = %.0f
  917. --- {name=display_format,type=const char *,val=%.0f}
  918. bool    SliderInt3
  919. >>>const char * label
  920. --- {name=label,type=const char *,val=}
  921. >>>int v [ 3 ]
  922. --- {name=v,type=int [ 3 ],val=}
  923. >>>int v_min
  924. --- {name=v_min,type=int,val=}
  925. >>>int v_max
  926. --- {name=v_max,type=int,val=}
  927. >>>const char * display_format = %.0f
  928. --- {name=display_format,type=const char *,val=%.0f}
  929. bool    SliderInt4
  930. >>>const char * label
  931. --- {name=label,type=const char *,val=}
  932. >>>int v [ 4 ]
  933. --- {name=v,type=int [ 4 ],val=}
  934. >>>int v_min
  935. --- {name=v_min,type=int,val=}
  936. >>>int v_max
  937. --- {name=v_max,type=int,val=}
  938. >>>const char * display_format = %.0f
  939. --- {name=display_format,type=const char *,val=%.0f}
  940. bool    VSliderFloat
  941. >>>const char * label
  942. --- {name=label,type=const char *,val=}
  943. >>>const ImVec2 & size
  944. --- {name=size,type=const ImVec2 &,val=}
  945. >>>float * v
  946. --- {name=v,type=float *,val=}
  947. >>>float v_min
  948. --- {name=v_min,type=float,val=}
  949. >>>float v_max
  950. --- {name=v_max,type=float,val=}
  951. >>>const char * display_format = %.3f
  952. --- {name=display_format,type=const char *,val=%.3f}
  953. >>>float power = 1
  954. --- {name=power,type=float,val=1}
  955. bool    VSliderInt
  956. >>>const char * label
  957. --- {name=label,type=const char *,val=}
  958. >>>const ImVec2 & size
  959. --- {name=size,type=const ImVec2 &,val=}
  960. >>>int * v
  961. --- {name=v,type=int *,val=}
  962. >>>int v_min
  963. --- {name=v_min,type=int,val=}
  964. >>>int v_max
  965. --- {name=v_max,type=int,val=}
  966. >>>const char * display_format = %.0f
  967. --- {name=display_format,type=const char *,val=%.0f}
  968. bool    TreeNode
  969. >>>const char * label
  970. --- {name=label,type=const char *,val=}
  971. bool    TreeNode
  972. >>>const char * str_id
  973. --- {name=str_id,type=const char *,val=}
  974. >>>const char * fmt
  975. --- {name=fmt,type=const char *,val=}
  976. >>>$ .
  977. --- {name=<vararg>,type=,val=}
  978. bool    TreeNode
  979. >>>const void * ptr_id
  980. --- {name=ptr_id,type=const void *,val=}
  981. >>>const char * fmt
  982. --- {name=fmt,type=const char *,val=}
  983. >>>$ .
  984. --- {name=<vararg>,type=,val=}
  985. bool    TreeNodeV
  986. >>>const char * str_id
  987. --- {name=str_id,type=const char *,val=}
  988. >>>const char * fmt
  989. --- {name=fmt,type=const char *,val=}
  990. >>>va_list args
  991. --- {name=args,type=va_list,val=}
  992. bool    TreeNodeV
  993. >>>const void * ptr_id
  994. --- {name=ptr_id,type=const void *,val=}
  995. >>>const char * fmt
  996. --- {name=fmt,type=const char *,val=}
  997. >>>va_list args
  998. --- {name=args,type=va_list,val=}
  999. bool    TreeNodeEx
  1000. >>>const char * label
  1001. --- {name=label,type=const char *,val=}
  1002. >>>ImGuiTreeNodeFlags flags = 0
  1003. --- {name=flags,type=ImGuiTreeNodeFlags,val=0}
  1004. bool    TreeNodeEx
  1005. >>>const char * str_id
  1006. --- {name=str_id,type=const char *,val=}
  1007. >>>ImGuiTreeNodeFlags flags
  1008. --- {name=flags,type=ImGuiTreeNodeFlags,val=}
  1009. >>>const char * fmt
  1010. --- {name=fmt,type=const char *,val=}
  1011. >>>$ .
  1012. --- {name=<vararg>,type=,val=}
  1013. bool    TreeNodeEx
  1014. >>>const void * ptr_id
  1015. --- {name=ptr_id,type=const void *,val=}
  1016. >>>ImGuiTreeNodeFlags flags
  1017. --- {name=flags,type=ImGuiTreeNodeFlags,val=}
  1018. >>>const char * fmt
  1019. --- {name=fmt,type=const char *,val=}
  1020. >>>$ .
  1021. --- {name=<vararg>,type=,val=}
  1022. bool    TreeNodeExV
  1023. >>>const char * str_id
  1024. --- {name=str_id,type=const char *,val=}
  1025. >>>ImGuiTreeNodeFlags flags
  1026. --- {name=flags,type=ImGuiTreeNodeFlags,val=}
  1027. >>>const char * fmt
  1028. --- {name=fmt,type=const char *,val=}
  1029. >>>va_list args
  1030. --- {name=args,type=va_list,val=}
  1031. bool    TreeNodeExV
  1032. >>>const void * ptr_id
  1033. --- {name=ptr_id,type=const void *,val=}
  1034. >>>ImGuiTreeNodeFlags flags
  1035. --- {name=flags,type=ImGuiTreeNodeFlags,val=}
  1036. >>>const char * fmt
  1037. --- {name=fmt,type=const char *,val=}
  1038. >>>va_list args
  1039. --- {name=args,type=va_list,val=}
  1040. void    TreePush
  1041. >>>const char * str_id = NULL
  1042. --- {name=str_id,type=const char *,val=NULL}
  1043. void    TreePush
  1044. >>>const void * ptr_id = NULL
  1045. --- {name=ptr_id,type=const void *,val=NULL}
  1046. void    TreePop
  1047. void    TreeAdvanceToLabelPos
  1048. float    GetTreeNodeToLabelSpacing
  1049. void    SetNextTreeNodeOpen
  1050. >>>bool is_open
  1051. --- {name=is_open,type=bool,val=}
  1052. >>>ImGuiSetCond cond = 0
  1053. --- {name=cond,type=ImGuiSetCond,val=0}
  1054. bool    CollapsingHeader
  1055. >>>const char * label
  1056. --- {name=label,type=const char *,val=}
  1057. >>>ImGuiTreeNodeFlags flags = 0
  1058. --- {name=flags,type=ImGuiTreeNodeFlags,val=0}
  1059. bool    CollapsingHeader
  1060. >>>const char * label
  1061. --- {name=label,type=const char *,val=}
  1062. >>>bool * p_open
  1063. --- {name=p_open,type=bool *,val=}
  1064. >>>ImGuiTreeNodeFlags flags = 0
  1065. --- {name=flags,type=ImGuiTreeNodeFlags,val=0}
  1066. bool    Selectable
  1067. >>>const char * label
  1068. --- {name=label,type=const char *,val=}
  1069. >>>bool selected = false
  1070. --- {name=selected,type=bool,val=false}
  1071. >>>ImGuiSelectableFlags flags = 0
  1072. --- {name=flags,type=ImGuiSelectableFlags,val=0}
  1073. >>>const ImVec2 & size = ImVec2 ( 0 , 0 )
  1074. --- {name=size,type=const ImVec2 &,val=ImVec2 ( 0 , 0 )}
  1075. bool    Selectable
  1076. >>>const char * label
  1077. --- {name=label,type=const char *,val=}
  1078. >>>bool * p_selected
  1079. --- {name=p_selected,type=bool *,val=}
  1080. >>>ImGuiSelectableFlags flags = 0
  1081. --- {name=flags,type=ImGuiSelectableFlags,val=0}
  1082. >>>const ImVec2 & size = ImVec2 ( 0 , 0 )
  1083. --- {name=size,type=const ImVec2 &,val=ImVec2 ( 0 , 0 )}
  1084. bool    ListBox
  1085. >>>const char * label
  1086. --- {name=label,type=const char *,val=}
  1087. >>>int * current_item
  1088. --- {name=current_item,type=int *,val=}
  1089. >>>const char * const * items
  1090. --- {name=items,type=const char * const *,val=}
  1091. >>>int items_count
  1092. --- {name=items_count,type=int,val=}
  1093. >>>int height_in_items = - 1
  1094. --- {name=height_in_items,type=int,val=- 1}
  1095. bool    ListBox
  1096. >>>const char * label
  1097. --- {name=label,type=const char *,val=}
  1098. >>>int * current_item
  1099. --- {name=current_item,type=int *,val=}
  1100. >>>bool ( * items_getter ) ( void * data , int idx , const char * * out_text )
  1101. --- {name=items_getter,type=bool ( * ) ( void * data , int idx , const char * * out_text ),val=}
  1102. >>>void * data
  1103. --- {name=data,type=void *,val=}
  1104. >>>int items_count
  1105. --- {name=items_count,type=int,val=}
  1106. >>>int height_in_items = - 1
  1107. --- {name=height_in_items,type=int,val=- 1}
  1108. bool    ListBoxHeader
  1109. >>>const char * label
  1110. --- {name=label,type=const char *,val=}
  1111. >>>const ImVec2 & size = ImVec2 ( 0 , 0 )
  1112. --- {name=size,type=const ImVec2 &,val=ImVec2 ( 0 , 0 )}
  1113. bool    ListBoxHeader
  1114. >>>const char * label
  1115. --- {name=label,type=const char *,val=}
  1116. >>>int items_count
  1117. --- {name=items_count,type=int,val=}
  1118. >>>int height_in_items = - 1
  1119. --- {name=height_in_items,type=int,val=- 1}
  1120. void    ListBoxFooter
  1121. void    Value
  1122. >>>const char * prefix
  1123. --- {name=prefix,type=const char *,val=}
  1124. >>>bool b
  1125. --- {name=b,type=bool,val=}
  1126. void    Value
  1127. >>>const char * prefix
  1128. --- {name=prefix,type=const char *,val=}
  1129. >>>int v
  1130. --- {name=v,type=int,val=}
  1131. void    Value
  1132. >>>const char * prefix
  1133. --- {name=prefix,type=const char *,val=}
  1134. >>>unsigned int v
  1135. --- {name=v,type=unsigned int,val=}
  1136. void    Value
  1137. >>>const char * prefix
  1138. --- {name=prefix,type=const char *,val=}
  1139. >>>float v
  1140. --- {name=v,type=float,val=}
  1141. >>>const char * float_format = NULL
  1142. --- {name=float_format,type=const char *,val=NULL}
  1143. void    ValueColor
  1144. >>>const char * prefix
  1145. --- {name=prefix,type=const char *,val=}
  1146. >>>const ImVec4 & v
  1147. --- {name=v,type=const ImVec4 &,val=}
  1148. void    ValueColor
  1149. >>>const char * prefix
  1150. --- {name=prefix,type=const char *,val=}
  1151. >>>ImU32 v
  1152. --- {name=v,type=ImU32,val=}
  1153. void    SetTooltip
  1154. >>>const char * fmt
  1155. --- {name=fmt,type=const char *,val=}
  1156. >>>$ .
  1157. --- {name=<vararg>,type=,val=}
  1158. void    SetTooltipV
  1159. >>>const char * fmt
  1160. --- {name=fmt,type=const char *,val=}
  1161. >>>va_list args
  1162. --- {name=args,type=va_list,val=}
  1163. void    BeginTooltip
  1164. void    EndTooltip
  1165. bool    BeginMainMenuBar
  1166. void    EndMainMenuBar
  1167. bool    BeginMenuBar
  1168. void    EndMenuBar
  1169. bool    BeginMenu
  1170. >>>const char * label
  1171. --- {name=label,type=const char *,val=}
  1172. >>>bool enabled = true
  1173. --- {name=enabled,type=bool,val=true}
  1174. void    EndMenu
  1175. bool    MenuItem
  1176. >>>const char * label
  1177. --- {name=label,type=const char *,val=}
  1178. >>>const char * shortcut = NULL
  1179. --- {name=shortcut,type=const char *,val=NULL}
  1180. >>>bool selected = false
  1181. --- {name=selected,type=bool,val=false}
  1182. >>>bool enabled = true
  1183. --- {name=enabled,type=bool,val=true}
  1184. bool    MenuItem
  1185. >>>const char * label
  1186. --- {name=label,type=const char *,val=}
  1187. >>>const char * shortcut
  1188. --- {name=shortcut,type=const char *,val=}
  1189. >>>bool * p_selected
  1190. --- {name=p_selected,type=bool *,val=}
  1191. >>>bool enabled = true
  1192. --- {name=enabled,type=bool,val=true}
  1193. void    OpenPopup
  1194. >>>const char * str_id
  1195. --- {name=str_id,type=const char *,val=}
  1196. bool    BeginPopup
  1197. >>>const char * str_id
  1198. --- {name=str_id,type=const char *,val=}
  1199. bool    BeginPopupModal
  1200. >>>const char * name
  1201. --- {name=name,type=const char *,val=}
  1202. >>>bool * p_open = NULL
  1203. --- {name=p_open,type=bool *,val=NULL}
  1204. >>>ImGuiWindowFlags extra_flags = 0
  1205. --- {name=extra_flags,type=ImGuiWindowFlags,val=0}
  1206. bool    BeginPopupContextItem
  1207. >>>const char * str_id
  1208. --- {name=str_id,type=const char *,val=}
  1209. >>>int mouse_button = 1
  1210. --- {name=mouse_button,type=int,val=1}
  1211. bool    BeginPopupContextWindow
  1212. >>>bool also_over_items = true
  1213. --- {name=also_over_items,type=bool,val=true}
  1214. >>>const char * str_id = NULL
  1215. --- {name=str_id,type=const char *,val=NULL}
  1216. >>>int mouse_button = 1
  1217. --- {name=mouse_button,type=int,val=1}
  1218. bool    BeginPopupContextVoid
  1219. >>>const char * str_id = NULL
  1220. --- {name=str_id,type=const char *,val=NULL}
  1221. >>>int mouse_button = 1
  1222. --- {name=mouse_button,type=int,val=1}
  1223. void    EndPopup
  1224. void    CloseCurrentPopup
  1225. void    LogToTTY
  1226. >>>int max_depth = - 1
  1227. --- {name=max_depth,type=int,val=- 1}
  1228. void    LogToFile
  1229. >>>int max_depth = - 1
  1230. --- {name=max_depth,type=int,val=- 1}
  1231. >>>const char * filename = NULL
  1232. --- {name=filename,type=const char *,val=NULL}
  1233. void    LogToClipboard
  1234. >>>int max_depth = - 1
  1235. --- {name=max_depth,type=int,val=- 1}
  1236. void    LogFinish
  1237. void    LogButtons
  1238. void    LogText
  1239. >>>const char * fmt
  1240. --- {name=fmt,type=const char *,val=}
  1241. >>>$ .
  1242. --- {name=<vararg>,type=,val=}
  1243. void    PushClipRect
  1244. >>>const ImVec2 & clip_rect_min
  1245. --- {name=clip_rect_min,type=const ImVec2 &,val=}
  1246. >>>const ImVec2 & clip_rect_max
  1247. --- {name=clip_rect_max,type=const ImVec2 &,val=}
  1248. >>>bool intersect_with_current_clip_rect
  1249. --- {name=intersect_with_current_clip_rect,type=bool,val=}
  1250. void    PopClipRect
  1251. bool    IsItemHovered
  1252. bool    IsItemHoveredRect
  1253. bool    IsItemActive
  1254. bool    IsItemClicked
  1255. >>>int mouse_button = 0
  1256. --- {name=mouse_button,type=int,val=0}
  1257. bool    IsItemVisible
  1258. bool    IsAnyItemHovered
  1259. bool    IsAnyItemActive
  1260. ImVec2    GetItemRectMin
  1261. ImVec2    GetItemRectMax
  1262. ImVec2    GetItemRectSize
  1263. void    SetItemAllowOverlap
  1264. bool    IsWindowHovered
  1265. bool    IsWindowFocused
  1266. bool    IsRootWindowFocused
  1267. bool    IsRootWindowOrAnyChildFocused
  1268. bool    IsRootWindowOrAnyChildHovered
  1269. bool    IsRectVisible
  1270. >>>const ImVec2 & size
  1271. --- {name=size,type=const ImVec2 &,val=}
  1272. bool    IsRectVisible
  1273. >>>const ImVec2 & rect_min
  1274. --- {name=rect_min,type=const ImVec2 &,val=}
  1275. >>>const ImVec2 & rect_max
  1276. --- {name=rect_max,type=const ImVec2 &,val=}
  1277. bool    IsPosHoveringAnyWindow
  1278. >>>const ImVec2 & pos
  1279. --- {name=pos,type=const ImVec2 &,val=}
  1280. float    GetTime
  1281. int    GetFrameCount
  1282. const char *    GetStyleColName
  1283. >>>ImGuiCol idx
  1284. --- {name=idx,type=ImGuiCol,val=}
  1285. ImVec2    CalcItemRectClosestPoint
  1286. >>>const ImVec2 & pos
  1287. --- {name=pos,type=const ImVec2 &,val=}
  1288. >>>bool on_edge = false
  1289. --- {name=on_edge,type=bool,val=false}
  1290. >>>float outward = + 0
  1291. --- {name=outward,type=float,val=+ 0}
  1292. ImVec2    CalcTextSize
  1293. >>>const char * text
  1294. --- {name=text,type=const char *,val=}
  1295. >>>const char * text_end = NULL
  1296. --- {name=text_end,type=const char *,val=NULL}
  1297. >>>bool hide_text_after_double_hash = false
  1298. --- {name=hide_text_after_double_hash,type=bool,val=false}
  1299. >>>float wrap_width = - 1
  1300. --- {name=wrap_width,type=float,val=- 1}
  1301. void    CalcListClipping
  1302. >>>int items_count
  1303. --- {name=items_count,type=int,val=}
  1304. >>>float items_height
  1305. --- {name=items_height,type=float,val=}
  1306. >>>int * out_items_display_start
  1307. --- {name=out_items_display_start,type=int *,val=}
  1308. >>>int * out_items_display_end
  1309. --- {name=out_items_display_end,type=int *,val=}
  1310. bool    BeginChildFrame
  1311. >>>ImGuiID id
  1312. --- {name=id,type=ImGuiID,val=}
  1313. >>>const ImVec2 & size
  1314. --- {name=size,type=const ImVec2 &,val=}
  1315. >>>ImGuiWindowFlags extra_flags = 0
  1316. --- {name=extra_flags,type=ImGuiWindowFlags,val=0}
  1317. void    EndChildFrame
  1318. ImVec4    ColorConvertU32ToFloat4
  1319. >>>ImU32 in
  1320. --- {name=in,type=ImU32,val=}
  1321. ImU32    ColorConvertFloat4ToU32
  1322. >>>const ImVec4 & in
  1323. --- {name=in,type=const ImVec4 &,val=}
  1324. void    ColorConvertRGBtoHSV
  1325. >>>float r
  1326. --- {name=r,type=float,val=}
  1327. >>>float g
  1328. --- {name=g,type=float,val=}
  1329. >>>float b
  1330. --- {name=b,type=float,val=}
  1331. >>>float & out_h
  1332. --- {name=out_h,type=float &,val=}
  1333. >>>float & out_s
  1334. --- {name=out_s,type=float &,val=}
  1335. >>>float & out_v
  1336. --- {name=out_v,type=float &,val=}
  1337. void    ColorConvertHSVtoRGB
  1338. >>>float h
  1339. --- {name=h,type=float,val=}
  1340. >>>float s
  1341. --- {name=s,type=float,val=}
  1342. >>>float v
  1343. --- {name=v,type=float,val=}
  1344. >>>float & out_r
  1345. --- {name=out_r,type=float &,val=}
  1346. >>>float & out_g
  1347. --- {name=out_g,type=float &,val=}
  1348. >>>float & out_b
  1349. --- {name=out_b,type=float &,val=}
  1350. int    GetKeyIndex
  1351. >>>ImGuiKey key
  1352. --- {name=key,type=ImGuiKey,val=}
  1353. bool    IsKeyDown
  1354. >>>int key_index
  1355. --- {name=key_index,type=int,val=}
  1356. bool    IsKeyPressed
  1357. >>>int key_index
  1358. --- {name=key_index,type=int,val=}
  1359. >>>bool repeat = true
  1360. --- {name=repeat,type=bool,val=true}
  1361. bool    IsKeyReleased
  1362. >>>int key_index
  1363. --- {name=key_index,type=int,val=}
  1364. bool    IsMouseDown
  1365. >>>int button
  1366. --- {name=button,type=int,val=}
  1367. bool    IsMouseClicked
  1368. >>>int button
  1369. --- {name=button,type=int,val=}
  1370. >>>bool repeat = false
  1371. --- {name=repeat,type=bool,val=false}
  1372. bool    IsMouseDoubleClicked
  1373. >>>int button
  1374. --- {name=button,type=int,val=}
  1375. bool    IsMouseReleased
  1376. >>>int button
  1377. --- {name=button,type=int,val=}
  1378. bool    IsMouseHoveringWindow
  1379. bool    IsMouseHoveringAnyWindow
  1380. bool    IsMouseHoveringRect
  1381. >>>const ImVec2 & r_min
  1382. --- {name=r_min,type=const ImVec2 &,val=}
  1383. >>>const ImVec2 & r_max
  1384. --- {name=r_max,type=const ImVec2 &,val=}
  1385. >>>bool clip = true
  1386. --- {name=clip,type=bool,val=true}
  1387. bool    IsMouseDragging
  1388. >>>int button = 0
  1389. --- {name=button,type=int,val=0}
  1390. >>>float lock_threshold = - 1
  1391. --- {name=lock_threshold,type=float,val=- 1}
  1392. ImVec2    GetMousePos
  1393. ImVec2    GetMousePosOnOpeningCurrentPopup
  1394. ImVec2    GetMouseDragDelta
  1395. >>>int button = 0
  1396. --- {name=button,type=int,val=0}
  1397. >>>float lock_threshold = - 1
  1398. --- {name=lock_threshold,type=float,val=- 1}
  1399. void    ResetMouseDragDelta
  1400. >>>int button = 0
  1401. --- {name=button,type=int,val=0}
  1402. ImGuiMouseCursor    GetMouseCursor
  1403. void    SetMouseCursor
  1404. >>>ImGuiMouseCursor type
  1405. --- {name=type,type=ImGuiMouseCursor,val=}
  1406. void    CaptureKeyboardFromApp
  1407. >>>bool capture = true
  1408. --- {name=capture,type=bool,val=true}
  1409. void    CaptureMouseFromApp
  1410. >>>bool capture = true
  1411. --- {name=capture,type=bool,val=true}
  1412. void *    MemAlloc
  1413. >>>size_t sz
  1414. --- {name=sz,type=size_t,val=}
  1415. void    MemFree
  1416. >>>void * ptr
  1417. --- {name=ptr,type=void *,val=}
  1418. const char *    GetClipboardText
  1419. void    SetClipboardText
  1420. >>>const char * text
  1421. --- {name=text,type=const char *,val=}
  1422. const char *    GetVersion
  1423. ImGuiContext *    CreateContext
  1424. >>>void * ( * malloc_fn ) ( size_t ) = NULL
  1425. --- {name=malloc_fn,type=void * ( * ) ( size_t ),val=NULL}
  1426. >>>void ( * free_fn ) ( void * ) = NULL
  1427. --- {name=free_fn,type=void ( * ) ( void * ),val=NULL}
  1428. void    DestroyContext
  1429. >>>ImGuiContext * ctx
  1430. --- {name=ctx,type=ImGuiContext *,val=}
  1431. ImGuiContext *    GetCurrentContext
  1432. void    SetCurrentContext
  1433. >>>ImGuiContext * ctx
  1434. --- {name=ctx,type=ImGuiContext *,val=}
  1435. static inline bool    CollapsingHeader
  1436. >>>const char * label
  1437. --- {name=label,type=const char *,val=}
  1438. >>>const char * str_id
  1439. --- {name=str_id,type=const char *,val=}
  1440. >>>bool framed = true
  1441. --- {name=framed,type=bool,val=true}
  1442. >>>bool default_open = false
  1443. --- {name=default_open,type=bool,val=false}
  1444. Found enum: ImGuiInputTextFlags_
  1445. Found enum: ImGuiTreeNodeFlags_
  1446. Found enum: ImGuiSelectableFlags_
  1447. Found enum: ImGuiKey_
  1448. Found enum: ImGuiCol_
  1449. Found enum: ImGuiStyleVar_
  1450. Found enum: ImGuiColorEditMode_
  1451. Found enum: ImGuiMouseCursor_
  1452. Found enum: ImGuiSetCond_
  1453. dict (126)
  1454. {
  1455.   ImGuiInputTextFlags_CharsDecimal = int (1)
  1456.   ImGuiInputTextFlags_CharsHexadecimal = int (2)
  1457.   ImGuiInputTextFlags_CharsUppercase = int (4)
  1458.   ImGuiInputTextFlags_CharsNoBlank = int (8)
  1459.   ImGuiInputTextFlags_AutoSelectAll = int (16)
  1460.   ImGuiInputTextFlags_EnterReturnsTrue = int (32)
  1461.   ImGuiInputTextFlags_CallbackCompletion = int (64)
  1462.   ImGuiInputTextFlags_CallbackHistory = int (128)
  1463.   ImGuiInputTextFlags_CallbackAlways = int (256)
  1464.   ImGuiInputTextFlags_CallbackCharFilter = int (512)
  1465.   ImGuiInputTextFlags_AllowTabInput = int (1024)
  1466.   ImGuiInputTextFlags_CtrlEnterForNewLine = int (2048)
  1467.   ImGuiInputTextFlags_NoHorizontalScroll = int (4096)
  1468.   ImGuiInputTextFlags_AlwaysInsertMode = int (8192)
  1469.   ImGuiInputTextFlags_ReadOnly = int (16384)
  1470.   ImGuiInputTextFlags_Password = int (32768)
  1471.   ImGuiInputTextFlags_Multiline = int (1048576)
  1472.   ImGuiTreeNodeFlags_Selected = int (1)
  1473.   ImGuiTreeNodeFlags_Framed = int (2)
  1474.   ImGuiTreeNodeFlags_AllowOverlapMode = int (4)
  1475.   ImGuiTreeNodeFlags_NoTreePushOnOpen = int (8)
  1476.   ImGuiTreeNodeFlags_NoAutoOpenOnLog = int (16)
  1477.   ImGuiTreeNodeFlags_DefaultOpen = int (32)
  1478.   ImGuiTreeNodeFlags_OpenOnDoubleClick = int (64)
  1479.   ImGuiTreeNodeFlags_OpenOnArrow = int (128)
  1480.   ImGuiTreeNodeFlags_Leaf = int (256)
  1481.   ImGuiTreeNodeFlags_Bullet = int (512)
  1482.   ImGuiTreeNodeFlags_CollapsingHeader = int (18)
  1483.   ImGuiSelectableFlags_DontClosePopups = int (1)
  1484.   ImGuiSelectableFlags_SpanAllColumns = int (2)
  1485.   ImGuiSelectableFlags_AllowDoubleClick = int (4)
  1486.   ImGuiKey_Tab = int (0)
  1487.   ImGuiKey_LeftArrow = int (1)
  1488.   ImGuiKey_RightArrow = int (2)
  1489.   ImGuiKey_UpArrow = int (3)
  1490.   ImGuiKey_DownArrow = int (4)
  1491.   ImGuiKey_PageUp = int (5)
  1492.   ImGuiKey_PageDown = int (6)
  1493.   ImGuiKey_Home = int (7)
  1494.   ImGuiKey_End = int (8)
  1495.   ImGuiKey_Delete = int (9)
  1496.   ImGuiKey_Backspace = int (10)
  1497.   ImGuiKey_Enter = int (11)
  1498.   ImGuiKey_Escape = int (12)
  1499.   ImGuiKey_A = int (13)
  1500.   ImGuiKey_C = int (14)
  1501.   ImGuiKey_V = int (15)
  1502.   ImGuiKey_X = int (16)
  1503.   ImGuiKey_Y = int (17)
  1504.   ImGuiKey_Z = int (18)
  1505.   ImGuiKey_COUNT = int (19)
  1506.   ImGuiCol_Text = int (0)
  1507.   ImGuiCol_TextDisabled = int (1)
  1508.   ImGuiCol_WindowBg = int (2)
  1509.   ImGuiCol_ChildWindowBg = int (3)
  1510.   ImGuiCol_PopupBg = int (4)
  1511.   ImGuiCol_Border = int (5)
  1512.   ImGuiCol_BorderShadow = int (6)
  1513.   ImGuiCol_FrameBg = int (7)
  1514.   ImGuiCol_FrameBgHovered = int (8)
  1515.   ImGuiCol_FrameBgActive = int (9)
  1516.   ImGuiCol_TitleBg = int (10)
  1517.   ImGuiCol_TitleBgCollapsed = int (11)
  1518.   ImGuiCol_TitleBgActive = int (12)
  1519.   ImGuiCol_MenuBarBg = int (13)
  1520.   ImGuiCol_ScrollbarBg = int (14)
  1521.   ImGuiCol_ScrollbarGrab = int (15)
  1522.   ImGuiCol_ScrollbarGrabHovered = int (16)
  1523.   ImGuiCol_ScrollbarGrabActive = int (17)
  1524.   ImGuiCol_ComboBg = int (18)
  1525.   ImGuiCol_CheckMark = int (19)
  1526.   ImGuiCol_SliderGrab = int (20)
  1527.   ImGuiCol_SliderGrabActive = int (21)
  1528.   ImGuiCol_Button = int (22)
  1529.   ImGuiCol_ButtonHovered = int (23)
  1530.   ImGuiCol_ButtonActive = int (24)
  1531.   ImGuiCol_Header = int (25)
  1532.   ImGuiCol_HeaderHovered = int (26)
  1533.   ImGuiCol_HeaderActive = int (27)
  1534.   ImGuiCol_Column = int (28)
  1535.   ImGuiCol_ColumnHovered = int (29)
  1536.   ImGuiCol_ColumnActive = int (30)
  1537.   ImGuiCol_ResizeGrip = int (31)
  1538.   ImGuiCol_ResizeGripHovered = int (32)
  1539.   ImGuiCol_ResizeGripActive = int (33)
  1540.   ImGuiCol_CloseButton = int (34)
  1541.   ImGuiCol_CloseButtonHovered = int (35)
  1542.   ImGuiCol_CloseButtonActive = int (36)
  1543.   ImGuiCol_PlotLines = int (37)
  1544.   ImGuiCol_PlotLinesHovered = int (38)
  1545.   ImGuiCol_PlotHistogram = int (39)
  1546.   ImGuiCol_PlotHistogramHovered = int (40)
  1547.   ImGuiCol_TextSelectedBg = int (41)
  1548.   ImGuiCol_ModalWindowDarkening = int (42)
  1549.   ImGuiCol_COUNT = int (43)
  1550.   ImGuiStyleVar_Alpha = int (0)
  1551.   ImGuiStyleVar_WindowPadding = int (1)
  1552.   ImGuiStyleVar_WindowRounding = int (2)
  1553.   ImGuiStyleVar_WindowMinSize = int (3)
  1554.   ImGuiStyleVar_ChildWindowRounding = int (4)
  1555.   ImGuiStyleVar_FramePadding = int (5)
  1556.   ImGuiStyleVar_FrameRounding = int (6)
  1557.   ImGuiStyleVar_ItemSpacing = int (7)
  1558.   ImGuiStyleVar_ItemInnerSpacing = int (8)
  1559.   ImGuiStyleVar_IndentSpacing = int (9)
  1560.   ImGuiStyleVar_GrabMinSize = int (10)
  1561.   ImGuiStyleVar_ButtonTextAlign = int (11)
  1562.   ImGuiStyleVar_Count_ = int (12)
  1563.   ImGuiColorEditMode_UserSelect = int (-2)
  1564.   ImGuiColorEditMode_UserSelectShowButton = int (-1)
  1565.   ImGuiColorEditMode_RGB = int (0)
  1566.   ImGuiColorEditMode_HSV = int (1)
  1567.   ImGuiColorEditMode_HEX = int (2)
  1568.   ImGuiMouseCursor_None = int (-1)
  1569.   ImGuiMouseCursor_Arrow = int (0)
  1570.   ImGuiMouseCursor_TextInput = int (1)
  1571.   ImGuiMouseCursor_Move = int (2)
  1572.   ImGuiMouseCursor_ResizeNS = int (3)
  1573.   ImGuiMouseCursor_ResizeEW = int (4)
  1574.   ImGuiMouseCursor_ResizeNESW = int (5)
  1575.   ImGuiMouseCursor_ResizeNWSE = int (6)
  1576.   ImGuiMouseCursor_Count_ = int (7)
  1577.   ImGuiSetCond_Always = int (1)
  1578.   ImGuiSetCond_Once = int (2)
  1579.   ImGuiSetCond_FirstUseEver = int (4)
  1580.   ImGuiSetCond_Appearing = int (8)
  1581. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement