mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
1314 lines
63 KiB
C#
Generated
1314 lines
63 KiB
C#
Generated
// ------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
// ------------------------------------------------------------------------------
|
|
|
|
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
using HexaGen.Runtime;
|
|
using System.Numerics;
|
|
|
|
namespace Dalamud.Bindings.ImGui
|
|
{
|
|
public unsafe partial class ImGui
|
|
{
|
|
internal static FunctionTable funcTable;
|
|
|
|
/// <summary>
|
|
/// Initializes the function table, automatically called. Do not call manually, only after <see cref="FreeApi"/>.
|
|
/// </summary>
|
|
public static void InitApi(INativeContext context)
|
|
{
|
|
funcTable = new FunctionTable(context, 1279);
|
|
funcTable.Load(0, "ImVec2_ImVec2_Nil");
|
|
funcTable.Load(1, "ImVec2_destroy");
|
|
funcTable.Load(2, "ImVec2_ImVec2_Float");
|
|
funcTable.Load(3, "ImVec4_ImVec4_Nil");
|
|
funcTable.Load(4, "ImVec4_destroy");
|
|
funcTable.Load(5, "ImVec4_ImVec4_Float");
|
|
funcTable.Load(6, "igCreateContext");
|
|
funcTable.Load(7, "igDestroyContext");
|
|
funcTable.Load(8, "igGetCurrentContext");
|
|
funcTable.Load(9, "igSetCurrentContext");
|
|
funcTable.Load(10, "igGetIO");
|
|
funcTable.Load(11, "igGetStyle");
|
|
funcTable.Load(12, "igNewFrame");
|
|
funcTable.Load(13, "igEndFrame");
|
|
funcTable.Load(14, "igRender");
|
|
funcTable.Load(15, "igGetDrawData");
|
|
funcTable.Load(16, "igShowDemoWindow");
|
|
funcTable.Load(17, "igShowMetricsWindow");
|
|
funcTable.Load(18, "igShowDebugLogWindow");
|
|
funcTable.Load(19, "igShowStackToolWindow");
|
|
funcTable.Load(20, "igShowAboutWindow");
|
|
funcTable.Load(21, "igShowStyleEditor");
|
|
funcTable.Load(22, "igShowStyleSelector");
|
|
funcTable.Load(23, "igShowFontSelector");
|
|
funcTable.Load(24, "igShowUserGuide");
|
|
funcTable.Load(25, "igGetVersion");
|
|
funcTable.Load(26, "igStyleColorsDark");
|
|
funcTable.Load(27, "igStyleColorsLight");
|
|
funcTable.Load(28, "igStyleColorsClassic");
|
|
funcTable.Load(29, "igBegin");
|
|
funcTable.Load(30, "igEnd");
|
|
funcTable.Load(31, "igBeginChild_Str");
|
|
funcTable.Load(32, "igBeginChild_ID");
|
|
funcTable.Load(33, "igEndChild");
|
|
funcTable.Load(34, "igIsWindowAppearing");
|
|
funcTable.Load(35, "igIsWindowCollapsed");
|
|
funcTable.Load(36, "igIsWindowFocused");
|
|
funcTable.Load(37, "igIsWindowHovered");
|
|
funcTable.Load(38, "igGetWindowDrawList");
|
|
funcTable.Load(39, "igGetWindowDpiScale");
|
|
funcTable.Load(40, "igGetWindowPos");
|
|
funcTable.Load(41, "igGetWindowSize");
|
|
funcTable.Load(42, "igGetWindowWidth");
|
|
funcTable.Load(43, "igGetWindowHeight");
|
|
funcTable.Load(44, "igGetWindowViewport");
|
|
funcTable.Load(45, "igSetNextWindowPos");
|
|
funcTable.Load(46, "igSetNextWindowSize");
|
|
funcTable.Load(47, "igSetNextWindowSizeConstraints");
|
|
funcTable.Load(48, "igSetNextWindowContentSize");
|
|
funcTable.Load(49, "igSetNextWindowCollapsed");
|
|
funcTable.Load(50, "igSetNextWindowFocus");
|
|
funcTable.Load(51, "igSetNextWindowBgAlpha");
|
|
funcTable.Load(52, "igSetNextWindowViewport");
|
|
funcTable.Load(53, "igSetWindowPos_Vec2");
|
|
funcTable.Load(54, "igSetWindowSize_Vec2");
|
|
funcTable.Load(55, "igSetWindowCollapsed_Bool");
|
|
funcTable.Load(56, "igSetWindowFocus_Nil");
|
|
funcTable.Load(57, "igSetWindowFontScale");
|
|
funcTable.Load(58, "igSetWindowPos_Str");
|
|
funcTable.Load(59, "igSetWindowSize_Str");
|
|
funcTable.Load(60, "igSetWindowCollapsed_Str");
|
|
funcTable.Load(61, "igSetWindowFocus_Str");
|
|
funcTable.Load(62, "igGetContentRegionAvail");
|
|
funcTable.Load(63, "igGetContentRegionMax");
|
|
funcTable.Load(64, "igGetWindowContentRegionMin");
|
|
funcTable.Load(65, "igGetWindowContentRegionMax");
|
|
funcTable.Load(66, "igGetScrollX");
|
|
funcTable.Load(67, "igGetScrollY");
|
|
funcTable.Load(68, "igSetScrollX_Float");
|
|
funcTable.Load(69, "igSetScrollY_Float");
|
|
funcTable.Load(70, "igGetScrollMaxX");
|
|
funcTable.Load(71, "igGetScrollMaxY");
|
|
funcTable.Load(72, "igSetScrollHereX");
|
|
funcTable.Load(73, "igSetScrollHereY");
|
|
funcTable.Load(74, "igSetScrollFromPosX_Float");
|
|
funcTable.Load(75, "igSetScrollFromPosY_Float");
|
|
funcTable.Load(76, "igPushFont");
|
|
funcTable.Load(77, "igPopFont");
|
|
funcTable.Load(78, "igPushStyleColor_U32");
|
|
funcTable.Load(79, "igPushStyleColor_Vec4");
|
|
funcTable.Load(80, "igPopStyleColor");
|
|
funcTable.Load(81, "igPushStyleVar_Float");
|
|
funcTable.Load(82, "igPushStyleVar_Vec2");
|
|
funcTable.Load(83, "igPopStyleVar");
|
|
funcTable.Load(84, "igPushAllowKeyboardFocus");
|
|
funcTable.Load(85, "igPopAllowKeyboardFocus");
|
|
funcTable.Load(86, "igPushButtonRepeat");
|
|
funcTable.Load(87, "igPopButtonRepeat");
|
|
funcTable.Load(88, "igPushItemWidth");
|
|
funcTable.Load(89, "igPopItemWidth");
|
|
funcTable.Load(90, "igSetNextItemWidth");
|
|
funcTable.Load(91, "igCalcItemWidth");
|
|
funcTable.Load(92, "igPushTextWrapPos");
|
|
funcTable.Load(93, "igPopTextWrapPos");
|
|
funcTable.Load(94, "igGetFont");
|
|
funcTable.Load(95, "igGetFontSize");
|
|
funcTable.Load(96, "igGetFontTexIdWhitePixel");
|
|
funcTable.Load(97, "igGetFontTexUvWhitePixel");
|
|
funcTable.Load(98, "igGetColorU32_Col");
|
|
funcTable.Load(99, "igGetColorU32_Vec4");
|
|
funcTable.Load(100, "igGetColorU32_U32");
|
|
funcTable.Load(101, "igGetStyleColorVec4");
|
|
funcTable.Load(102, "igSeparator");
|
|
funcTable.Load(103, "igSameLine");
|
|
funcTable.Load(104, "igNewLine");
|
|
funcTable.Load(105, "igSpacing");
|
|
funcTable.Load(106, "igDummy");
|
|
funcTable.Load(107, "igIndent");
|
|
funcTable.Load(108, "igUnindent");
|
|
funcTable.Load(109, "igBeginGroup");
|
|
funcTable.Load(110, "igEndGroup");
|
|
funcTable.Load(111, "igGetCursorPos");
|
|
funcTable.Load(112, "igGetCursorPosX");
|
|
funcTable.Load(113, "igGetCursorPosY");
|
|
funcTable.Load(114, "igSetCursorPos");
|
|
funcTable.Load(115, "igSetCursorPosX");
|
|
funcTable.Load(116, "igSetCursorPosY");
|
|
funcTable.Load(117, "igGetCursorStartPos");
|
|
funcTable.Load(118, "igGetCursorScreenPos");
|
|
funcTable.Load(119, "igSetCursorScreenPos");
|
|
funcTable.Load(120, "igAlignTextToFramePadding");
|
|
funcTable.Load(121, "igGetTextLineHeight");
|
|
funcTable.Load(122, "igGetTextLineHeightWithSpacing");
|
|
funcTable.Load(123, "igGetFrameHeight");
|
|
funcTable.Load(124, "igGetFrameHeightWithSpacing");
|
|
funcTable.Load(125, "igPushID_Str");
|
|
funcTable.Load(126, "igPushID_StrStr");
|
|
funcTable.Load(127, "igPushID_Ptr");
|
|
funcTable.Load(128, "igPushID_Int");
|
|
funcTable.Load(129, "igPopID");
|
|
funcTable.Load(130, "igGetID_Str");
|
|
funcTable.Load(131, "igGetID_StrStr");
|
|
funcTable.Load(132, "igGetID_Ptr");
|
|
funcTable.Load(133, "igTextUnformatted");
|
|
funcTable.Load(134, "igText");
|
|
funcTable.Load(135, "igTextV");
|
|
funcTable.Load(136, "igTextColored");
|
|
funcTable.Load(137, "igTextColoredV");
|
|
funcTable.Load(138, "igTextDisabled");
|
|
funcTable.Load(139, "igTextDisabledV");
|
|
funcTable.Load(140, "igTextWrapped");
|
|
funcTable.Load(141, "igTextWrappedV");
|
|
funcTable.Load(142, "igLabelText");
|
|
funcTable.Load(143, "igLabelTextV");
|
|
funcTable.Load(144, "igBulletText");
|
|
funcTable.Load(145, "igBulletTextV");
|
|
funcTable.Load(146, "igButton");
|
|
funcTable.Load(147, "igSmallButton");
|
|
funcTable.Load(148, "igInvisibleButton");
|
|
funcTable.Load(149, "igArrowButton");
|
|
funcTable.Load(150, "igImage");
|
|
funcTable.Load(151, "igImageButton");
|
|
funcTable.Load(152, "igCheckbox");
|
|
funcTable.Load(153, "igCheckboxFlags_IntPtr");
|
|
funcTable.Load(154, "igCheckboxFlags_UintPtr");
|
|
funcTable.Load(155, "igRadioButton_Bool");
|
|
funcTable.Load(156, "igRadioButton_IntPtr");
|
|
funcTable.Load(157, "igProgressBar");
|
|
funcTable.Load(158, "igBullet");
|
|
funcTable.Load(159, "igBeginCombo");
|
|
funcTable.Load(160, "igEndCombo");
|
|
funcTable.Load(161, "igCombo_Str_arr");
|
|
funcTable.Load(162, "igCombo_Str");
|
|
funcTable.Load(163, "igCombo_FnBoolPtr");
|
|
funcTable.Load(164, "igDragFloat");
|
|
funcTable.Load(165, "igDragFloat2");
|
|
funcTable.Load(166, "igDragFloat3");
|
|
funcTable.Load(167, "igDragFloat4");
|
|
funcTable.Load(168, "igDragFloatRange2");
|
|
funcTable.Load(169, "igDragInt");
|
|
funcTable.Load(170, "igDragInt2");
|
|
funcTable.Load(171, "igDragInt3");
|
|
funcTable.Load(172, "igDragInt4");
|
|
funcTable.Load(173, "igDragIntRange2");
|
|
funcTable.Load(174, "igDragScalar");
|
|
funcTable.Load(175, "igDragScalarN");
|
|
funcTable.Load(176, "igSliderFloat");
|
|
funcTable.Load(177, "igSliderFloat2");
|
|
funcTable.Load(178, "igSliderFloat3");
|
|
funcTable.Load(179, "igSliderFloat4");
|
|
funcTable.Load(180, "igSliderAngle");
|
|
funcTable.Load(181, "igSliderInt");
|
|
funcTable.Load(182, "igSliderInt2");
|
|
funcTable.Load(183, "igSliderInt3");
|
|
funcTable.Load(184, "igSliderInt4");
|
|
funcTable.Load(185, "igSliderScalar");
|
|
funcTable.Load(186, "igSliderScalarN");
|
|
funcTable.Load(187, "igVSliderFloat");
|
|
funcTable.Load(188, "igVSliderInt");
|
|
funcTable.Load(189, "igVSliderScalar");
|
|
funcTable.Load(190, "igInputFloat");
|
|
funcTable.Load(191, "igInputFloat2");
|
|
funcTable.Load(192, "igInputFloat3");
|
|
funcTable.Load(193, "igInputFloat4");
|
|
funcTable.Load(194, "igInputInt");
|
|
funcTable.Load(195, "igInputInt2");
|
|
funcTable.Load(196, "igInputInt3");
|
|
funcTable.Load(197, "igInputInt4");
|
|
funcTable.Load(198, "igInputDouble");
|
|
funcTable.Load(199, "igInputScalar");
|
|
funcTable.Load(200, "igInputScalarN");
|
|
funcTable.Load(201, "igColorEdit3");
|
|
funcTable.Load(202, "igColorEdit4");
|
|
funcTable.Load(203, "igColorPicker3");
|
|
funcTable.Load(204, "igColorPicker4");
|
|
funcTable.Load(205, "igColorButton");
|
|
funcTable.Load(206, "igSetColorEditOptions");
|
|
funcTable.Load(207, "igTreeNode_Str");
|
|
funcTable.Load(208, "igTreeNode_StrStr");
|
|
funcTable.Load(209, "igTreeNode_Ptr");
|
|
funcTable.Load(210, "igTreeNodeV_Str");
|
|
funcTable.Load(211, "igTreeNodeV_Ptr");
|
|
funcTable.Load(212, "igTreeNodeEx_Str");
|
|
funcTable.Load(213, "igTreeNodeEx_StrStr");
|
|
funcTable.Load(214, "igTreeNodeEx_Ptr");
|
|
funcTable.Load(215, "igTreeNodeExV_Str");
|
|
funcTable.Load(216, "igTreeNodeExV_Ptr");
|
|
funcTable.Load(217, "igTreePush_Str");
|
|
funcTable.Load(218, "igTreePush_Ptr");
|
|
funcTable.Load(219, "igTreePop");
|
|
funcTable.Load(220, "igGetTreeNodeToLabelSpacing");
|
|
funcTable.Load(221, "igCollapsingHeader_TreeNodeFlags");
|
|
funcTable.Load(222, "igCollapsingHeader_BoolPtr");
|
|
funcTable.Load(223, "igSetNextItemOpen");
|
|
funcTable.Load(224, "igSelectable_Bool");
|
|
funcTable.Load(225, "igSelectable_BoolPtr");
|
|
funcTable.Load(226, "igBeginListBox");
|
|
funcTable.Load(227, "igEndListBox");
|
|
funcTable.Load(228, "igListBox_Str_arr");
|
|
funcTable.Load(229, "igListBox_FnBoolPtr");
|
|
funcTable.Load(230, "igPlotLines_FloatPtr");
|
|
funcTable.Load(231, "igPlotLines_FnFloatPtr");
|
|
funcTable.Load(232, "igPlotHistogram_FloatPtr");
|
|
funcTable.Load(233, "igPlotHistogram_FnFloatPtr");
|
|
funcTable.Load(234, "igValue_Bool");
|
|
funcTable.Load(235, "igValue_Int");
|
|
funcTable.Load(236, "igValue_Uint");
|
|
funcTable.Load(237, "igValue_Float");
|
|
funcTable.Load(238, "igBeginMenuBar");
|
|
funcTable.Load(239, "igEndMenuBar");
|
|
funcTable.Load(240, "igBeginMainMenuBar");
|
|
funcTable.Load(241, "igEndMainMenuBar");
|
|
funcTable.Load(242, "igBeginMenu");
|
|
funcTable.Load(243, "igEndMenu");
|
|
funcTable.Load(244, "igMenuItem_Bool");
|
|
funcTable.Load(245, "igMenuItem_BoolPtr");
|
|
funcTable.Load(246, "igBeginTooltip");
|
|
funcTable.Load(247, "igEndTooltip");
|
|
funcTable.Load(248, "igSetTooltip");
|
|
funcTable.Load(249, "igSetTooltipV");
|
|
funcTable.Load(250, "igBeginPopup");
|
|
funcTable.Load(251, "igBeginPopupModal");
|
|
funcTable.Load(252, "igEndPopup");
|
|
funcTable.Load(253, "igOpenPopup_Str");
|
|
funcTable.Load(254, "igOpenPopup_ID");
|
|
funcTable.Load(255, "igOpenPopupOnItemClick");
|
|
funcTable.Load(256, "igCloseCurrentPopup");
|
|
funcTable.Load(257, "igBeginPopupContextItem");
|
|
funcTable.Load(258, "igBeginPopupContextWindow");
|
|
funcTable.Load(259, "igBeginPopupContextVoid");
|
|
funcTable.Load(260, "igIsPopupOpen_Str");
|
|
funcTable.Load(261, "igBeginTable");
|
|
funcTable.Load(262, "igEndTable");
|
|
funcTable.Load(263, "igTableNextRow");
|
|
funcTable.Load(264, "igTableNextColumn");
|
|
funcTable.Load(265, "igTableSetColumnIndex");
|
|
funcTable.Load(266, "igTableSetupColumn");
|
|
funcTable.Load(267, "igTableSetupScrollFreeze");
|
|
funcTable.Load(268, "igTableHeadersRow");
|
|
funcTable.Load(269, "igTableHeader");
|
|
funcTable.Load(270, "igTableGetSortSpecs");
|
|
funcTable.Load(271, "igTableGetColumnCount");
|
|
funcTable.Load(272, "igTableGetColumnIndex");
|
|
funcTable.Load(273, "igTableGetRowIndex");
|
|
funcTable.Load(274, "igTableGetColumnName_Int");
|
|
funcTable.Load(275, "igTableGetColumnFlags");
|
|
funcTable.Load(276, "igTableSetColumnEnabled");
|
|
funcTable.Load(277, "igTableSetBgColor");
|
|
funcTable.Load(278, "igColumns");
|
|
funcTable.Load(279, "igNextColumn");
|
|
funcTable.Load(280, "igGetColumnIndex");
|
|
funcTable.Load(281, "igGetColumnWidth");
|
|
funcTable.Load(282, "igSetColumnWidth");
|
|
funcTable.Load(283, "igGetColumnOffset");
|
|
funcTable.Load(284, "igSetColumnOffset");
|
|
funcTable.Load(285, "igGetColumnsCount");
|
|
funcTable.Load(286, "igBeginTabBar");
|
|
funcTable.Load(287, "igEndTabBar");
|
|
funcTable.Load(288, "igBeginTabItem");
|
|
funcTable.Load(289, "igEndTabItem");
|
|
funcTable.Load(290, "igTabItemButton");
|
|
funcTable.Load(291, "igSetTabItemClosed");
|
|
funcTable.Load(292, "igDockSpace");
|
|
funcTable.Load(293, "igDockSpaceOverViewport");
|
|
funcTable.Load(294, "igSetNextWindowDockID");
|
|
funcTable.Load(295, "igSetNextWindowClass");
|
|
funcTable.Load(296, "igGetWindowDockID");
|
|
funcTable.Load(297, "igIsWindowDocked");
|
|
funcTable.Load(298, "igLogToTTY");
|
|
funcTable.Load(299, "igLogToFile");
|
|
funcTable.Load(300, "igLogToClipboard");
|
|
funcTable.Load(301, "igLogFinish");
|
|
funcTable.Load(302, "igLogButtons");
|
|
funcTable.Load(303, "igLogTextV");
|
|
funcTable.Load(304, "igBeginDragDropSource");
|
|
funcTable.Load(305, "igSetDragDropPayload");
|
|
funcTable.Load(306, "igEndDragDropSource");
|
|
funcTable.Load(307, "igBeginDragDropTarget");
|
|
funcTable.Load(308, "igAcceptDragDropPayload");
|
|
funcTable.Load(309, "igEndDragDropTarget");
|
|
funcTable.Load(310, "igGetDragDropPayload");
|
|
funcTable.Load(311, "igBeginDisabled");
|
|
funcTable.Load(312, "igEndDisabled");
|
|
funcTable.Load(313, "igPushClipRect");
|
|
funcTable.Load(314, "igPopClipRect");
|
|
funcTable.Load(315, "igSetItemDefaultFocus");
|
|
funcTable.Load(316, "igSetKeyboardFocusHere");
|
|
funcTable.Load(317, "igIsItemHovered");
|
|
funcTable.Load(318, "igIsItemActive");
|
|
funcTable.Load(319, "igIsItemFocused");
|
|
funcTable.Load(320, "igIsItemClicked");
|
|
funcTable.Load(321, "igIsItemVisible");
|
|
funcTable.Load(322, "igIsItemEdited");
|
|
funcTable.Load(323, "igIsItemActivated");
|
|
funcTable.Load(324, "igIsItemDeactivated");
|
|
funcTable.Load(325, "igIsItemDeactivatedAfterEdit");
|
|
funcTable.Load(326, "igIsItemToggledOpen");
|
|
funcTable.Load(327, "igIsAnyItemHovered");
|
|
funcTable.Load(328, "igIsAnyItemActive");
|
|
funcTable.Load(329, "igIsAnyItemFocused");
|
|
funcTable.Load(330, "igGetItemRectMin");
|
|
funcTable.Load(331, "igGetItemRectMax");
|
|
funcTable.Load(332, "igGetItemRectSize");
|
|
funcTable.Load(333, "igSetItemAllowOverlap");
|
|
funcTable.Load(334, "igGetMainViewport");
|
|
funcTable.Load(335, "igGetBackgroundDrawList_Nil");
|
|
funcTable.Load(336, "igGetForegroundDrawList_Nil");
|
|
funcTable.Load(337, "igGetBackgroundDrawList_ViewportPtr");
|
|
funcTable.Load(338, "igGetForegroundDrawList_ViewportPtr");
|
|
funcTable.Load(339, "igIsRectVisible_Nil");
|
|
funcTable.Load(340, "igIsRectVisible_Vec2");
|
|
funcTable.Load(341, "igGetTime");
|
|
funcTable.Load(342, "igGetFrameCount");
|
|
funcTable.Load(343, "igGetDrawListSharedData");
|
|
funcTable.Load(344, "igGetStyleColorName");
|
|
funcTable.Load(345, "igSetStateStorage");
|
|
funcTable.Load(346, "igGetStateStorage");
|
|
funcTable.Load(347, "igBeginChildFrame");
|
|
funcTable.Load(348, "igEndChildFrame");
|
|
funcTable.Load(349, "igCalcTextSize");
|
|
funcTable.Load(350, "igColorConvertU32ToFloat4");
|
|
funcTable.Load(351, "igColorConvertFloat4ToU32");
|
|
funcTable.Load(352, "igColorConvertRGBtoHSV");
|
|
funcTable.Load(353, "igColorConvertHSVtoRGB");
|
|
funcTable.Load(354, "igIsKeyDown");
|
|
funcTable.Load(355, "igIsKeyPressed");
|
|
funcTable.Load(356, "igIsKeyReleased");
|
|
funcTable.Load(357, "igGetKeyPressedAmount");
|
|
funcTable.Load(358, "igGetKeyName");
|
|
funcTable.Load(359, "igSetNextFrameWantCaptureKeyboard");
|
|
funcTable.Load(360, "igIsMouseDown");
|
|
funcTable.Load(361, "igIsMouseClicked");
|
|
funcTable.Load(362, "igIsMouseReleased");
|
|
funcTable.Load(363, "igIsMouseDoubleClicked");
|
|
funcTable.Load(364, "igGetMouseClickedCount");
|
|
funcTable.Load(365, "igIsMouseHoveringRect");
|
|
funcTable.Load(366, "igIsMousePosValid");
|
|
funcTable.Load(367, "igIsAnyMouseDown");
|
|
funcTable.Load(368, "igGetMousePos");
|
|
funcTable.Load(369, "igGetMousePosOnOpeningCurrentPopup");
|
|
funcTable.Load(370, "igIsMouseDragging");
|
|
funcTable.Load(371, "igGetMouseDragDelta");
|
|
funcTable.Load(372, "igResetMouseDragDelta");
|
|
funcTable.Load(373, "igGetMouseCursor");
|
|
funcTable.Load(374, "igSetMouseCursor");
|
|
funcTable.Load(375, "igSetNextFrameWantCaptureMouse");
|
|
funcTable.Load(376, "igGetClipboardText");
|
|
funcTable.Load(377, "igSetClipboardText");
|
|
funcTable.Load(378, "igLoadIniSettingsFromDisk");
|
|
funcTable.Load(379, "igLoadIniSettingsFromMemory");
|
|
funcTable.Load(380, "igSaveIniSettingsToDisk");
|
|
funcTable.Load(381, "igSaveIniSettingsToMemory");
|
|
funcTable.Load(382, "igDebugTextEncoding");
|
|
funcTable.Load(383, "igDebugCheckVersionAndDataLayout");
|
|
funcTable.Load(384, "igSetAllocatorFunctions");
|
|
funcTable.Load(385, "igGetAllocatorFunctions");
|
|
funcTable.Load(386, "igMemAlloc");
|
|
funcTable.Load(387, "igMemFree");
|
|
funcTable.Load(388, "igGetPlatformIO");
|
|
funcTable.Load(389, "igUpdatePlatformWindows");
|
|
funcTable.Load(390, "igRenderPlatformWindowsDefault");
|
|
funcTable.Load(391, "igDestroyPlatformWindows");
|
|
funcTable.Load(392, "igFindViewportByID");
|
|
funcTable.Load(393, "igFindViewportByPlatformHandle");
|
|
funcTable.Load(394, "ImGuiStyle_ImGuiStyle");
|
|
funcTable.Load(395, "ImGuiStyle_destroy");
|
|
funcTable.Load(396, "ImGuiStyle_ScaleAllSizes");
|
|
funcTable.Load(397, "ImGuiIO_AddKeyEvent");
|
|
funcTable.Load(398, "ImGuiIO_AddKeyAnalogEvent");
|
|
funcTable.Load(399, "ImGuiIO_AddMousePosEvent");
|
|
funcTable.Load(400, "ImGuiIO_AddMouseButtonEvent");
|
|
funcTable.Load(401, "ImGuiIO_AddMouseWheelEvent");
|
|
funcTable.Load(402, "ImGuiIO_AddMouseViewportEvent");
|
|
funcTable.Load(403, "ImGuiIO_AddFocusEvent");
|
|
funcTable.Load(404, "ImGuiIO_AddInputCharacter");
|
|
funcTable.Load(405, "ImGuiIO_AddInputCharacterUTF16");
|
|
funcTable.Load(406, "ImGuiIO_AddInputCharactersUTF8");
|
|
funcTable.Load(407, "ImGuiIO_SetKeyEventNativeData");
|
|
funcTable.Load(408, "ImGuiIO_SetAppAcceptingEvents");
|
|
funcTable.Load(409, "ImGuiIO_ClearInputCharacters");
|
|
funcTable.Load(410, "ImGuiIO_ClearInputKeys");
|
|
funcTable.Load(411, "ImGuiIO_ImGuiIO");
|
|
funcTable.Load(412, "ImGuiIO_destroy");
|
|
funcTable.Load(413, "ImGuiInputTextCallbackData_ImGuiInputTextCallbackData");
|
|
funcTable.Load(414, "ImGuiInputTextCallbackData_destroy");
|
|
funcTable.Load(415, "ImGuiInputTextCallbackData_DeleteChars");
|
|
funcTable.Load(416, "ImGuiInputTextCallbackData_InsertChars");
|
|
funcTable.Load(417, "ImGuiInputTextCallbackData_SelectAll");
|
|
funcTable.Load(418, "ImGuiInputTextCallbackData_ClearSelection");
|
|
funcTable.Load(419, "ImGuiInputTextCallbackData_HasSelection");
|
|
funcTable.Load(420, "ImGuiWindowClass_ImGuiWindowClass");
|
|
funcTable.Load(421, "ImGuiWindowClass_destroy");
|
|
funcTable.Load(422, "ImGuiPayload_ImGuiPayload");
|
|
funcTable.Load(423, "ImGuiPayload_destroy");
|
|
funcTable.Load(424, "ImGuiPayload_Clear");
|
|
funcTable.Load(425, "ImGuiPayload_IsDataType");
|
|
funcTable.Load(426, "ImGuiPayload_IsPreview");
|
|
funcTable.Load(427, "ImGuiPayload_IsDelivery");
|
|
funcTable.Load(428, "ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs");
|
|
funcTable.Load(429, "ImGuiTableColumnSortSpecs_destroy");
|
|
funcTable.Load(430, "ImGuiTableSortSpecs_ImGuiTableSortSpecs");
|
|
funcTable.Load(431, "ImGuiTableSortSpecs_destroy");
|
|
funcTable.Load(432, "ImGuiOnceUponAFrame_ImGuiOnceUponAFrame");
|
|
funcTable.Load(433, "ImGuiOnceUponAFrame_destroy");
|
|
funcTable.Load(434, "ImGuiTextFilter_ImGuiTextFilter");
|
|
funcTable.Load(435, "ImGuiTextFilter_destroy");
|
|
funcTable.Load(436, "ImGuiTextFilter_Draw");
|
|
funcTable.Load(437, "ImGuiTextFilter_PassFilter");
|
|
funcTable.Load(438, "ImGuiTextFilter_Build");
|
|
funcTable.Load(439, "ImGuiTextFilter_Clear");
|
|
funcTable.Load(440, "ImGuiTextFilter_IsActive");
|
|
funcTable.Load(441, "ImGuiTextRange_ImGuiTextRange_Nil");
|
|
funcTable.Load(442, "ImGuiTextRange_destroy");
|
|
funcTable.Load(443, "ImGuiTextRange_ImGuiTextRange_Str");
|
|
funcTable.Load(444, "ImGuiTextRange_empty");
|
|
funcTable.Load(445, "ImGuiTextRange_split");
|
|
funcTable.Load(446, "ImGuiTextBuffer_ImGuiTextBuffer");
|
|
funcTable.Load(447, "ImGuiTextBuffer_destroy");
|
|
funcTable.Load(448, "ImGuiTextBuffer_begin");
|
|
funcTable.Load(449, "ImGuiTextBuffer_end");
|
|
funcTable.Load(450, "ImGuiTextBuffer_size");
|
|
funcTable.Load(451, "ImGuiTextBuffer_empty");
|
|
funcTable.Load(452, "ImGuiTextBuffer_clear");
|
|
funcTable.Load(453, "ImGuiTextBuffer_reserve");
|
|
funcTable.Load(454, "ImGuiTextBuffer_c_str");
|
|
funcTable.Load(455, "ImGuiTextBuffer_append");
|
|
funcTable.Load(456, "ImGuiTextBuffer_appendfv");
|
|
funcTable.Load(457, "ImGuiStoragePair_ImGuiStoragePair_Int");
|
|
funcTable.Load(458, "ImGuiStoragePair_destroy");
|
|
funcTable.Load(459, "ImGuiStoragePair_ImGuiStoragePair_Float");
|
|
funcTable.Load(460, "ImGuiStoragePair_ImGuiStoragePair_Ptr");
|
|
funcTable.Load(461, "ImGuiStorage_Clear");
|
|
funcTable.Load(462, "ImGuiStorage_GetInt");
|
|
funcTable.Load(463, "ImGuiStorage_SetInt");
|
|
funcTable.Load(464, "ImGuiStorage_GetBool");
|
|
funcTable.Load(465, "ImGuiStorage_SetBool");
|
|
funcTable.Load(466, "ImGuiStorage_GetFloat");
|
|
funcTable.Load(467, "ImGuiStorage_SetFloat");
|
|
funcTable.Load(468, "ImGuiStorage_GetVoidPtr");
|
|
funcTable.Load(469, "ImGuiStorage_SetVoidPtr");
|
|
funcTable.Load(470, "ImGuiStorage_GetIntRef");
|
|
funcTable.Load(471, "ImGuiStorage_GetBoolRef");
|
|
funcTable.Load(472, "ImGuiStorage_GetFloatRef");
|
|
funcTable.Load(473, "ImGuiStorage_GetVoidPtrRef");
|
|
funcTable.Load(474, "ImGuiStorage_SetAllInt");
|
|
funcTable.Load(475, "ImGuiStorage_BuildSortByKey");
|
|
funcTable.Load(476, "ImGuiListClipper_ImGuiListClipper");
|
|
funcTable.Load(477, "ImGuiListClipper_destroy");
|
|
funcTable.Load(478, "ImGuiListClipper_Begin");
|
|
funcTable.Load(479, "ImGuiListClipper_End");
|
|
funcTable.Load(480, "ImGuiListClipper_Step");
|
|
funcTable.Load(481, "ImGuiListClipper_ForceDisplayRangeByIndices");
|
|
funcTable.Load(482, "ImColor_ImColor_Nil");
|
|
funcTable.Load(483, "ImColor_destroy");
|
|
funcTable.Load(484, "ImColor_ImColor_Float");
|
|
funcTable.Load(485, "ImColor_ImColor_Vec4");
|
|
funcTable.Load(486, "ImColor_ImColor_Int");
|
|
funcTable.Load(487, "ImColor_ImColor_U32");
|
|
funcTable.Load(488, "ImColor_SetHSV");
|
|
funcTable.Load(489, "ImColor_HSV");
|
|
funcTable.Load(490, "ImDrawCmd_ImDrawCmd");
|
|
funcTable.Load(491, "ImDrawCmd_destroy");
|
|
funcTable.Load(492, "ImDrawCmd_GetTexID");
|
|
funcTable.Load(493, "ImDrawListSplitter_ImDrawListSplitter");
|
|
funcTable.Load(494, "ImDrawListSplitter_destroy");
|
|
funcTable.Load(495, "ImDrawListSplitter_Clear");
|
|
funcTable.Load(496, "ImDrawListSplitter_ClearFreeMemory");
|
|
funcTable.Load(497, "ImDrawListSplitter_Split");
|
|
funcTable.Load(498, "ImDrawListSplitter_Merge");
|
|
funcTable.Load(499, "ImDrawListSplitter_SetCurrentChannel");
|
|
funcTable.Load(500, "ImDrawList_ImDrawList");
|
|
funcTable.Load(501, "ImDrawList_destroy");
|
|
funcTable.Load(502, "ImDrawList_PushClipRect");
|
|
funcTable.Load(503, "ImDrawList_PushClipRectFullScreen");
|
|
funcTable.Load(504, "ImDrawList_PopClipRect");
|
|
funcTable.Load(505, "ImDrawList_PushTextureID");
|
|
funcTable.Load(506, "ImDrawList_PopTextureID");
|
|
funcTable.Load(507, "ImDrawList_GetClipRectMin");
|
|
funcTable.Load(508, "ImDrawList_GetClipRectMax");
|
|
funcTable.Load(509, "ImDrawList_AddLine");
|
|
funcTable.Load(510, "ImDrawList_AddRect");
|
|
funcTable.Load(511, "ImDrawList_AddRectFilled");
|
|
funcTable.Load(512, "ImDrawList_AddRectFilledMultiColor");
|
|
funcTable.Load(513, "ImDrawList_AddQuad");
|
|
funcTable.Load(514, "ImDrawList_AddQuadFilled");
|
|
funcTable.Load(515, "ImDrawList_AddTriangle");
|
|
funcTable.Load(516, "ImDrawList_AddTriangleFilled");
|
|
funcTable.Load(517, "ImDrawList_AddCircle");
|
|
funcTable.Load(518, "ImDrawList_AddCircleFilled");
|
|
funcTable.Load(519, "ImDrawList_AddNgon");
|
|
funcTable.Load(520, "ImDrawList_AddNgonFilled");
|
|
funcTable.Load(521, "ImDrawList_AddText_Vec2");
|
|
funcTable.Load(522, "ImDrawList_AddText_FontPtr");
|
|
funcTable.Load(523, "ImDrawList_AddPolyline");
|
|
funcTable.Load(524, "ImDrawList_AddConvexPolyFilled");
|
|
funcTable.Load(525, "ImDrawList_AddBezierCubic");
|
|
funcTable.Load(526, "ImDrawList_AddBezierQuadratic");
|
|
funcTable.Load(527, "ImDrawList_AddImage");
|
|
funcTable.Load(528, "ImDrawList_AddImageQuad");
|
|
funcTable.Load(529, "ImDrawList_AddImageRounded");
|
|
funcTable.Load(530, "ImDrawList_PathClear");
|
|
funcTable.Load(531, "ImDrawList_PathLineTo");
|
|
funcTable.Load(532, "ImDrawList_PathLineToMergeDuplicate");
|
|
funcTable.Load(533, "ImDrawList_PathFillConvex");
|
|
funcTable.Load(534, "ImDrawList_PathStroke");
|
|
funcTable.Load(535, "ImDrawList_PathArcTo");
|
|
funcTable.Load(536, "ImDrawList_PathArcToFast");
|
|
funcTable.Load(537, "ImDrawList_PathBezierCubicCurveTo");
|
|
funcTable.Load(538, "ImDrawList_PathBezierQuadraticCurveTo");
|
|
funcTable.Load(539, "ImDrawList_PathRect");
|
|
funcTable.Load(540, "ImDrawList_AddCallback");
|
|
funcTable.Load(541, "ImDrawList_AddDrawCmd");
|
|
funcTable.Load(542, "ImDrawList_CloneOutput");
|
|
funcTable.Load(543, "ImDrawList_ChannelsSplit");
|
|
funcTable.Load(544, "ImDrawList_ChannelsMerge");
|
|
funcTable.Load(545, "ImDrawList_ChannelsSetCurrent");
|
|
funcTable.Load(546, "ImDrawList_PrimReserve");
|
|
funcTable.Load(547, "ImDrawList_PrimUnreserve");
|
|
funcTable.Load(548, "ImDrawList_PrimRect");
|
|
funcTable.Load(549, "ImDrawList_PrimRectUV");
|
|
funcTable.Load(550, "ImDrawList_PrimQuadUV");
|
|
funcTable.Load(551, "ImDrawList_PrimWriteVtx");
|
|
funcTable.Load(552, "ImDrawList_PrimWriteIdx");
|
|
funcTable.Load(553, "ImDrawList_PrimVtx");
|
|
funcTable.Load(554, "ImDrawList__ResetForNewFrame");
|
|
funcTable.Load(555, "ImDrawList__ClearFreeMemory");
|
|
funcTable.Load(556, "ImDrawList__PopUnusedDrawCmd");
|
|
funcTable.Load(557, "ImDrawList__TryMergeDrawCmds");
|
|
funcTable.Load(558, "ImDrawList__OnChangedClipRect");
|
|
funcTable.Load(559, "ImDrawList__OnChangedTextureID");
|
|
funcTable.Load(560, "ImDrawList__OnChangedVtxOffset");
|
|
funcTable.Load(561, "ImDrawList__CalcCircleAutoSegmentCount");
|
|
funcTable.Load(562, "ImDrawList__PathArcToFastEx");
|
|
funcTable.Load(563, "ImDrawList__PathArcToN");
|
|
funcTable.Load(564, "ImDrawData_ImDrawData");
|
|
funcTable.Load(565, "ImDrawData_destroy");
|
|
funcTable.Load(566, "ImDrawData_Clear");
|
|
funcTable.Load(567, "ImDrawData_DeIndexAllBuffers");
|
|
funcTable.Load(568, "ImDrawData_ScaleClipRects");
|
|
funcTable.Load(569, "ImFontConfig_ImFontConfig");
|
|
funcTable.Load(570, "ImFontConfig_destroy");
|
|
funcTable.Load(571, "ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder");
|
|
funcTable.Load(572, "ImFontGlyphRangesBuilder_destroy");
|
|
funcTable.Load(573, "ImFontGlyphRangesBuilder_Clear");
|
|
funcTable.Load(574, "ImFontGlyphRangesBuilder_GetBit");
|
|
funcTable.Load(575, "ImFontGlyphRangesBuilder_SetBit");
|
|
funcTable.Load(576, "ImFontGlyphRangesBuilder_AddChar");
|
|
funcTable.Load(577, "ImFontGlyphRangesBuilder_AddText");
|
|
funcTable.Load(578, "ImFontGlyphRangesBuilder_AddRanges");
|
|
funcTable.Load(579, "ImFontGlyphRangesBuilder_BuildRanges");
|
|
funcTable.Load(580, "ImFontAtlasCustomRect_ImFontAtlasCustomRect");
|
|
funcTable.Load(581, "ImFontAtlasCustomRect_destroy");
|
|
funcTable.Load(582, "ImFontAtlasCustomRect_IsPacked");
|
|
funcTable.Load(583, "ImFontAtlas_ImFontAtlas");
|
|
funcTable.Load(584, "ImFontAtlas_destroy");
|
|
funcTable.Load(585, "ImFontAtlas_AddFont");
|
|
funcTable.Load(586, "ImFontAtlas_AddFontDefault");
|
|
funcTable.Load(587, "ImFontAtlas_AddFontFromFileTTF");
|
|
funcTable.Load(588, "ImFontAtlas_AddFontFromMemoryTTF");
|
|
funcTable.Load(589, "ImFontAtlas_AddFontFromMemoryCompressedTTF");
|
|
funcTable.Load(590, "ImFontAtlas_AddFontFromMemoryCompressedBase85TTF");
|
|
funcTable.Load(591, "ImFontAtlas_ClearInputData");
|
|
funcTable.Load(592, "ImFontAtlas_ClearTexData");
|
|
funcTable.Load(593, "ImFontAtlas_ClearFonts");
|
|
funcTable.Load(594, "ImFontAtlas_Clear");
|
|
funcTable.Load(595, "ImFontAtlas_Build");
|
|
funcTable.Load(596, "ImFontAtlas_GetTexDataAsAlpha8");
|
|
funcTable.Load(597, "ImFontAtlas_GetTexDataAsRGBA32");
|
|
funcTable.Load(598, "ImFontAtlas_IsBuilt");
|
|
funcTable.Load(599, "ImFontAtlas_SetTexID");
|
|
funcTable.Load(600, "ImFontAtlas_ClearTexID");
|
|
funcTable.Load(601, "ImFontAtlas_GetGlyphRangesDefault");
|
|
funcTable.Load(602, "ImFontAtlas_GetGlyphRangesKorean");
|
|
funcTable.Load(603, "ImFontAtlas_GetGlyphRangesJapanese");
|
|
funcTable.Load(604, "ImFontAtlas_GetGlyphRangesChineseFull");
|
|
funcTable.Load(605, "ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon");
|
|
funcTable.Load(606, "ImFontAtlas_GetGlyphRangesCyrillic");
|
|
funcTable.Load(607, "ImFontAtlas_GetGlyphRangesThai");
|
|
funcTable.Load(608, "ImFontAtlas_GetGlyphRangesVietnamese");
|
|
funcTable.Load(609, "ImFontAtlas_AddCustomRectRegular");
|
|
funcTable.Load(610, "ImFontAtlas_AddCustomRectFontGlyph");
|
|
funcTable.Load(611, "ImFontAtlas_GetCustomRectByIndex");
|
|
funcTable.Load(612, "ImFontAtlas_CalcCustomRectUV");
|
|
funcTable.Load(613, "ImFontAtlas_GetMouseCursorTexData");
|
|
funcTable.Load(614, "ImFont_ImFont");
|
|
funcTable.Load(615, "ImFont_destroy");
|
|
funcTable.Load(616, "ImFont_FindGlyph");
|
|
funcTable.Load(617, "ImFont_FindGlyphNoFallback");
|
|
funcTable.Load(618, "ImFont_GetDistanceAdjustmentForPair");
|
|
funcTable.Load(619, "ImFont_GetCharAdvance");
|
|
funcTable.Load(620, "ImFont_IsLoaded");
|
|
funcTable.Load(621, "ImFont_GetDebugName");
|
|
funcTable.Load(622, "ImFont_CalcTextSizeA");
|
|
funcTable.Load(623, "ImFont_CalcWordWrapPositionA");
|
|
funcTable.Load(624, "ImFont_RenderChar");
|
|
funcTable.Load(625, "ImFont_RenderText");
|
|
funcTable.Load(626, "ImFont_BuildLookupTable");
|
|
funcTable.Load(627, "ImFont_ClearOutputData");
|
|
funcTable.Load(628, "ImFont_GrowIndex");
|
|
funcTable.Load(629, "ImFont_AddGlyph");
|
|
funcTable.Load(630, "ImFont_AddRemapChar");
|
|
funcTable.Load(631, "ImFont_SetGlyphVisible");
|
|
funcTable.Load(632, "ImFont_IsGlyphRangeUnused");
|
|
funcTable.Load(633, "ImFont_AddKerningPair");
|
|
funcTable.Load(634, "ImFont_GetDistanceAdjustmentForPairFromHotData");
|
|
funcTable.Load(635, "ImGuiViewport_ImGuiViewport");
|
|
funcTable.Load(636, "ImGuiViewport_destroy");
|
|
funcTable.Load(637, "ImGuiViewport_GetCenter");
|
|
funcTable.Load(638, "ImGuiViewport_GetWorkCenter");
|
|
funcTable.Load(639, "ImGuiPlatformIO_ImGuiPlatformIO");
|
|
funcTable.Load(640, "ImGuiPlatformIO_destroy");
|
|
funcTable.Load(641, "ImGuiPlatformMonitor_ImGuiPlatformMonitor");
|
|
funcTable.Load(642, "ImGuiPlatformMonitor_destroy");
|
|
funcTable.Load(643, "ImGuiPlatformImeData_ImGuiPlatformImeData");
|
|
funcTable.Load(644, "ImGuiPlatformImeData_destroy");
|
|
funcTable.Load(645, "igGetKeyIndex");
|
|
funcTable.Load(646, "ImVec1_destroy");
|
|
funcTable.Load(647, "ImVec2ih_destroy");
|
|
funcTable.Load(648, "ImRect_destroy");
|
|
funcTable.Load(649, "ImDrawListSharedData_destroy");
|
|
funcTable.Load(650, "ImGuiStyleMod_destroy");
|
|
funcTable.Load(651, "ImGuiComboPreviewData_destroy");
|
|
funcTable.Load(652, "ImGuiMenuColumns_destroy");
|
|
funcTable.Load(653, "ImGuiInputTextState_destroy");
|
|
funcTable.Load(654, "ImGuiPopupData_destroy");
|
|
funcTable.Load(655, "ImGuiNextWindowData_destroy");
|
|
funcTable.Load(656, "ImGuiNextItemData_destroy");
|
|
funcTable.Load(657, "ImGuiLastItemData_destroy");
|
|
funcTable.Load(658, "ImGuiStackSizes_destroy");
|
|
funcTable.Load(659, "ImGuiPtrOrIndex_destroy");
|
|
funcTable.Load(660, "ImGuiInputEvent_destroy");
|
|
funcTable.Load(661, "ImGuiListClipperData_destroy");
|
|
funcTable.Load(662, "ImGuiNavItemData_destroy");
|
|
funcTable.Load(663, "ImGuiOldColumnData_destroy");
|
|
funcTable.Load(664, "ImGuiOldColumns_destroy");
|
|
funcTable.Load(665, "ImGuiDockContext_destroy");
|
|
funcTable.Load(666, "ImGuiWindowSettings_destroy");
|
|
funcTable.Load(667, "ImGuiSettingsHandler_destroy");
|
|
funcTable.Load(668, "ImGuiMetricsConfig_destroy");
|
|
funcTable.Load(669, "ImGuiStackLevelInfo_destroy");
|
|
funcTable.Load(670, "ImGuiStackTool_destroy");
|
|
funcTable.Load(671, "ImGuiContextHook_destroy");
|
|
funcTable.Load(672, "ImGuiContext_destroy");
|
|
funcTable.Load(673, "ImGuiTabItem_destroy");
|
|
funcTable.Load(674, "ImGuiTabBar_destroy");
|
|
funcTable.Load(675, "ImGuiTableColumn_destroy");
|
|
funcTable.Load(676, "ImGuiTableInstanceData_destroy");
|
|
funcTable.Load(677, "ImGuiTableTempData_destroy");
|
|
funcTable.Load(678, "ImGuiTableColumnSettings_destroy");
|
|
funcTable.Load(679, "ImGuiTableSettings_destroy");
|
|
funcTable.Load(680, "igLogText");
|
|
funcTable.Load(681, "ImGuiTextBuffer_appendf");
|
|
funcTable.Load(682, "igGET_FLT_MAX");
|
|
funcTable.Load(683, "igGET_FLT_MIN");
|
|
funcTable.Load(684, "ImVector_ImWchar_create");
|
|
funcTable.Load(685, "ImVector_ImWchar_destroy");
|
|
funcTable.Load(686, "ImVector_ImWchar_Init");
|
|
funcTable.Load(687, "ImVector_ImWchar_UnInit");
|
|
funcTable.Load(688, "igImHashData");
|
|
funcTable.Load(689, "igImHashStr");
|
|
funcTable.Load(690, "igImQsort");
|
|
funcTable.Load(691, "igImAlphaBlendColors");
|
|
funcTable.Load(692, "igImIsPowerOfTwo_Int");
|
|
funcTable.Load(693, "igImIsPowerOfTwo_U64");
|
|
funcTable.Load(694, "igImUpperPowerOfTwo");
|
|
funcTable.Load(695, "igImStricmp");
|
|
funcTable.Load(696, "igImStrnicmp");
|
|
funcTable.Load(697, "igImStrncpy");
|
|
funcTable.Load(698, "igImStrdup");
|
|
funcTable.Load(699, "igImStrdupcpy");
|
|
funcTable.Load(700, "igImStrchrRange");
|
|
funcTable.Load(701, "igImStrlenW");
|
|
funcTable.Load(702, "igImStreolRange");
|
|
funcTable.Load(703, "igImStrbolW");
|
|
funcTable.Load(704, "igImStristr");
|
|
funcTable.Load(705, "igImStrTrimBlanks");
|
|
funcTable.Load(706, "igImStrSkipBlank");
|
|
funcTable.Load(707, "igImCharIsBlankA");
|
|
funcTable.Load(708, "igImCharIsBlankW");
|
|
funcTable.Load(709, "igImFormatStringToTempBuffer");
|
|
funcTable.Load(710, "igImFormatStringToTempBufferV");
|
|
funcTable.Load(711, "igImParseFormatFindStart");
|
|
funcTable.Load(712, "igImParseFormatFindEnd");
|
|
funcTable.Load(713, "igImParseFormatSanitizeForPrinting");
|
|
funcTable.Load(714, "igImParseFormatSanitizeForScanning");
|
|
funcTable.Load(715, "igImParseFormatPrecision");
|
|
funcTable.Load(716, "igImTextCharToUtf8");
|
|
funcTable.Load(717, "igImTextCharFromUtf8");
|
|
funcTable.Load(718, "igImTextCountCharsFromUtf8");
|
|
funcTable.Load(719, "igImTextCountUtf8BytesFromChar");
|
|
funcTable.Load(720, "igImTextCountUtf8BytesFromStr");
|
|
funcTable.Load(721, "igImFileOpen");
|
|
funcTable.Load(722, "igImFileClose");
|
|
funcTable.Load(723, "igImFileGetSize");
|
|
funcTable.Load(724, "igImFileRead");
|
|
funcTable.Load(725, "igImFileWrite");
|
|
funcTable.Load(726, "igImFileLoadToMemory");
|
|
funcTable.Load(727, "igImPow_Float");
|
|
funcTable.Load(728, "igImPow_double");
|
|
funcTable.Load(729, "igImLog_Float");
|
|
funcTable.Load(730, "igImLog_double");
|
|
funcTable.Load(731, "igImAbs_Int");
|
|
funcTable.Load(732, "igImAbs_Float");
|
|
funcTable.Load(733, "igImAbs_double");
|
|
funcTable.Load(734, "igImSign_Float");
|
|
funcTable.Load(735, "igImSign_double");
|
|
funcTable.Load(736, "igImRsqrt_Float");
|
|
funcTable.Load(737, "igImRsqrt_double");
|
|
funcTable.Load(738, "igImMin");
|
|
funcTable.Load(739, "igImMax");
|
|
funcTable.Load(740, "igImClamp");
|
|
funcTable.Load(741, "igImLerp_Vec2Float");
|
|
funcTable.Load(742, "igImLerp_Vec2Vec2");
|
|
funcTable.Load(743, "igImLerp_Vec4");
|
|
funcTable.Load(744, "igImSaturate");
|
|
funcTable.Load(745, "igImLengthSqr_Vec2");
|
|
funcTable.Load(746, "igImLengthSqr_Vec4");
|
|
funcTable.Load(747, "igImInvLength");
|
|
funcTable.Load(748, "igImFloor_Float");
|
|
funcTable.Load(749, "igImFloorSigned_Float");
|
|
funcTable.Load(750, "igImFloor_Vec2");
|
|
funcTable.Load(751, "igImFloorSigned_Vec2");
|
|
funcTable.Load(752, "igImModPositive");
|
|
funcTable.Load(753, "igImDot");
|
|
funcTable.Load(754, "igImRotate");
|
|
funcTable.Load(755, "igImLinearSweep");
|
|
funcTable.Load(756, "igImMul");
|
|
funcTable.Load(757, "igImIsFloatAboveGuaranteedIntegerPrecision");
|
|
funcTable.Load(758, "igImBezierCubicCalc");
|
|
funcTable.Load(759, "igImBezierCubicClosestPoint");
|
|
funcTable.Load(760, "igImBezierCubicClosestPointCasteljau");
|
|
funcTable.Load(761, "igImBezierQuadraticCalc");
|
|
funcTable.Load(762, "igImLineClosestPoint");
|
|
funcTable.Load(763, "igImTriangleContainsPoint");
|
|
funcTable.Load(764, "igImTriangleClosestPoint");
|
|
funcTable.Load(765, "igImTriangleBarycentricCoords");
|
|
funcTable.Load(766, "igImTriangleArea");
|
|
funcTable.Load(767, "igImGetDirQuadrantFromDelta");
|
|
funcTable.Load(768, "ImVec1_ImVec1_Nil");
|
|
funcTable.Load(769, "ImVec1_ImVec1_Float");
|
|
funcTable.Load(770, "ImVec2ih_ImVec2ih_Nil");
|
|
funcTable.Load(771, "ImVec2ih_ImVec2ih_short");
|
|
funcTable.Load(772, "ImVec2ih_ImVec2ih_Vec2");
|
|
funcTable.Load(773, "ImRect_ImRect_Nil");
|
|
funcTable.Load(774, "ImRect_ImRect_Vec2");
|
|
funcTable.Load(775, "ImRect_ImRect_Vec4");
|
|
funcTable.Load(776, "ImRect_ImRect_Float");
|
|
funcTable.Load(777, "ImRect_GetCenter");
|
|
funcTable.Load(778, "ImRect_GetSize");
|
|
funcTable.Load(779, "ImRect_GetWidth");
|
|
funcTable.Load(780, "ImRect_GetHeight");
|
|
funcTable.Load(781, "ImRect_GetArea");
|
|
funcTable.Load(782, "ImRect_GetTL");
|
|
funcTable.Load(783, "ImRect_GetTR");
|
|
funcTable.Load(784, "ImRect_GetBL");
|
|
funcTable.Load(785, "ImRect_GetBR");
|
|
funcTable.Load(786, "ImRect_Contains_Vec2");
|
|
funcTable.Load(787, "ImRect_Contains_Rect");
|
|
funcTable.Load(788, "ImRect_Overlaps");
|
|
funcTable.Load(789, "ImRect_Add_Vec2");
|
|
funcTable.Load(790, "ImRect_Add_Rect");
|
|
funcTable.Load(791, "ImRect_Expand_Float");
|
|
funcTable.Load(792, "ImRect_Expand_Vec2");
|
|
funcTable.Load(793, "ImRect_Translate");
|
|
funcTable.Load(794, "ImRect_TranslateX");
|
|
funcTable.Load(795, "ImRect_TranslateY");
|
|
funcTable.Load(796, "ImRect_ClipWith");
|
|
funcTable.Load(797, "ImRect_ClipWithFull");
|
|
funcTable.Load(798, "ImRect_Floor");
|
|
funcTable.Load(799, "ImRect_IsInverted");
|
|
funcTable.Load(800, "ImRect_ToVec4");
|
|
funcTable.Load(801, "igImBitArrayTestBit");
|
|
funcTable.Load(802, "igImBitArrayClearBit");
|
|
funcTable.Load(803, "igImBitArraySetBit");
|
|
funcTable.Load(804, "igImBitArraySetBitRange");
|
|
funcTable.Load(805, "ImBitVector_Create");
|
|
funcTable.Load(806, "ImBitVector_Clear");
|
|
funcTable.Load(807, "ImBitVector_TestBit");
|
|
funcTable.Load(808, "ImBitVector_SetBit");
|
|
funcTable.Load(809, "ImBitVector_ClearBit");
|
|
funcTable.Load(810, "ImDrawListSharedData_ImDrawListSharedData");
|
|
funcTable.Load(811, "ImDrawListSharedData_SetCircleTessellationMaxError");
|
|
funcTable.Load(812, "ImDrawDataBuilder_Clear");
|
|
funcTable.Load(813, "ImDrawDataBuilder_ClearFreeMemory");
|
|
funcTable.Load(814, "ImDrawDataBuilder_GetDrawListCount");
|
|
funcTable.Load(815, "ImDrawDataBuilder_FlattenIntoSingleLayer");
|
|
funcTable.Load(816, "ImGuiStyleMod_ImGuiStyleMod_Int");
|
|
funcTable.Load(817, "ImGuiStyleMod_ImGuiStyleMod_Float");
|
|
funcTable.Load(818, "ImGuiStyleMod_ImGuiStyleMod_Vec2");
|
|
funcTable.Load(819, "ImGuiComboPreviewData_ImGuiComboPreviewData");
|
|
funcTable.Load(820, "ImGuiMenuColumns_ImGuiMenuColumns");
|
|
funcTable.Load(821, "ImGuiMenuColumns_Update");
|
|
funcTable.Load(822, "ImGuiMenuColumns_DeclColumns");
|
|
funcTable.Load(823, "ImGuiMenuColumns_CalcNextTotalWidth");
|
|
funcTable.Load(824, "ImGuiInputTextState_ImGuiInputTextState");
|
|
funcTable.Load(825, "ImGuiInputTextState_ClearText");
|
|
funcTable.Load(826, "ImGuiInputTextState_ClearFreeMemory");
|
|
funcTable.Load(827, "ImGuiInputTextState_GetUndoAvailCount");
|
|
funcTable.Load(828, "ImGuiInputTextState_GetRedoAvailCount");
|
|
funcTable.Load(829, "ImGuiInputTextState_OnKeyPressed");
|
|
funcTable.Load(830, "ImGuiInputTextState_CursorAnimReset");
|
|
funcTable.Load(831, "ImGuiInputTextState_CursorClamp");
|
|
funcTable.Load(832, "ImGuiInputTextState_HasSelection");
|
|
funcTable.Load(833, "ImGuiInputTextState_ClearSelection");
|
|
funcTable.Load(834, "ImGuiInputTextState_GetCursorPos");
|
|
funcTable.Load(835, "ImGuiInputTextState_GetSelectionStart");
|
|
funcTable.Load(836, "ImGuiInputTextState_GetSelectionEnd");
|
|
funcTable.Load(837, "ImGuiInputTextState_SelectAll");
|
|
funcTable.Load(838, "ImGuiPopupData_ImGuiPopupData");
|
|
funcTable.Load(839, "ImGuiNextWindowData_ImGuiNextWindowData");
|
|
funcTable.Load(840, "ImGuiNextWindowData_ClearFlags");
|
|
funcTable.Load(841, "ImGuiNextItemData_ImGuiNextItemData");
|
|
funcTable.Load(842, "ImGuiNextItemData_ClearFlags");
|
|
funcTable.Load(843, "ImGuiLastItemData_ImGuiLastItemData");
|
|
funcTable.Load(844, "ImGuiStackSizes_ImGuiStackSizes");
|
|
funcTable.Load(845, "ImGuiStackSizes_SetToCurrentState");
|
|
funcTable.Load(846, "ImGuiStackSizes_CompareWithCurrentState");
|
|
funcTable.Load(847, "ImGuiPtrOrIndex_ImGuiPtrOrIndex_Ptr");
|
|
funcTable.Load(848, "ImGuiPtrOrIndex_ImGuiPtrOrIndex_Int");
|
|
funcTable.Load(849, "ImGuiInputEvent_ImGuiInputEvent");
|
|
funcTable.Load(850, "ImGuiListClipperRange_FromIndices");
|
|
funcTable.Load(851, "ImGuiListClipperRange_FromPositions");
|
|
funcTable.Load(852, "ImGuiListClipperData_ImGuiListClipperData");
|
|
funcTable.Load(853, "ImGuiListClipperData_Reset");
|
|
funcTable.Load(854, "ImGuiNavItemData_ImGuiNavItemData");
|
|
funcTable.Load(855, "ImGuiNavItemData_Clear");
|
|
funcTable.Load(856, "ImGuiOldColumnData_ImGuiOldColumnData");
|
|
funcTable.Load(857, "ImGuiOldColumns_ImGuiOldColumns");
|
|
funcTable.Load(858, "ImGuiDockNode_ImGuiDockNode");
|
|
funcTable.Load(859, "ImGuiDockNode_destroy");
|
|
funcTable.Load(860, "ImGuiDockNode_IsRootNode");
|
|
funcTable.Load(861, "ImGuiDockNode_IsDockSpace");
|
|
funcTable.Load(862, "ImGuiDockNode_IsFloatingNode");
|
|
funcTable.Load(863, "ImGuiDockNode_IsCentralNode");
|
|
funcTable.Load(864, "ImGuiDockNode_IsHiddenTabBar");
|
|
funcTable.Load(865, "ImGuiDockNode_IsNoTabBar");
|
|
funcTable.Load(866, "ImGuiDockNode_IsSplitNode");
|
|
funcTable.Load(867, "ImGuiDockNode_IsLeafNode");
|
|
funcTable.Load(868, "ImGuiDockNode_IsEmpty");
|
|
funcTable.Load(869, "ImGuiDockNode_Rect");
|
|
funcTable.Load(870, "ImGuiDockNode_SetLocalFlags");
|
|
funcTable.Load(871, "ImGuiDockNode_UpdateMergedFlags");
|
|
funcTable.Load(872, "ImGuiDockContext_ImGuiDockContext");
|
|
funcTable.Load(873, "ImGuiViewportP_ImGuiViewportP");
|
|
funcTable.Load(874, "ImGuiViewportP_destroy");
|
|
funcTable.Load(875, "ImGuiViewportP_ClearRequestFlags");
|
|
funcTable.Load(876, "ImGuiViewportP_CalcWorkRectPos");
|
|
funcTable.Load(877, "ImGuiViewportP_CalcWorkRectSize");
|
|
funcTable.Load(878, "ImGuiViewportP_UpdateWorkRect");
|
|
funcTable.Load(879, "ImGuiViewportP_GetMainRect");
|
|
funcTable.Load(880, "ImGuiViewportP_GetWorkRect");
|
|
funcTable.Load(881, "ImGuiViewportP_GetBuildWorkRect");
|
|
funcTable.Load(882, "ImGuiWindowSettings_ImGuiWindowSettings");
|
|
funcTable.Load(883, "ImGuiWindowSettings_GetName");
|
|
funcTable.Load(884, "ImGuiSettingsHandler_ImGuiSettingsHandler");
|
|
funcTable.Load(885, "ImGuiMetricsConfig_ImGuiMetricsConfig");
|
|
funcTable.Load(886, "ImGuiStackLevelInfo_ImGuiStackLevelInfo");
|
|
funcTable.Load(887, "ImGuiStackTool_ImGuiStackTool");
|
|
funcTable.Load(888, "ImGuiContextHook_ImGuiContextHook");
|
|
funcTable.Load(889, "ImGuiContext_ImGuiContext");
|
|
funcTable.Load(890, "ImGuiWindow_ImGuiWindow");
|
|
funcTable.Load(891, "ImGuiWindow_destroy");
|
|
funcTable.Load(892, "ImGuiWindow_GetID_Str");
|
|
funcTable.Load(893, "ImGuiWindow_GetID_Ptr");
|
|
funcTable.Load(894, "ImGuiWindow_GetID_Int");
|
|
funcTable.Load(895, "ImGuiWindow_GetIDFromRectangle");
|
|
funcTable.Load(896, "ImGuiWindow_Rect");
|
|
funcTable.Load(897, "ImGuiWindow_CalcFontSize");
|
|
funcTable.Load(898, "ImGuiWindow_TitleBarHeight");
|
|
funcTable.Load(899, "ImGuiWindow_TitleBarRect");
|
|
funcTable.Load(900, "ImGuiWindow_MenuBarHeight");
|
|
funcTable.Load(901, "ImGuiWindow_MenuBarRect");
|
|
funcTable.Load(902, "ImGuiTabItem_ImGuiTabItem");
|
|
funcTable.Load(903, "ImGuiTabBar_ImGuiTabBar");
|
|
funcTable.Load(904, "ImGuiTabBar_GetTabOrder");
|
|
funcTable.Load(905, "ImGuiTabBar_GetTabName");
|
|
funcTable.Load(906, "ImGuiTableColumn_ImGuiTableColumn");
|
|
funcTable.Load(907, "ImGuiTableInstanceData_ImGuiTableInstanceData");
|
|
funcTable.Load(908, "ImGuiTable_ImGuiTable");
|
|
funcTable.Load(909, "ImGuiTable_destroy");
|
|
funcTable.Load(910, "ImGuiTableTempData_ImGuiTableTempData");
|
|
funcTable.Load(911, "ImGuiTableColumnSettings_ImGuiTableColumnSettings");
|
|
funcTable.Load(912, "ImGuiTableSettings_ImGuiTableSettings");
|
|
funcTable.Load(913, "ImGuiTableSettings_GetColumnSettings");
|
|
funcTable.Load(914, "igGetCurrentWindowRead");
|
|
funcTable.Load(915, "igGetCurrentWindow");
|
|
funcTable.Load(916, "igFindWindowByID");
|
|
funcTable.Load(917, "igFindWindowByName");
|
|
funcTable.Load(918, "igUpdateWindowParentAndRootLinks");
|
|
funcTable.Load(919, "igCalcWindowNextAutoFitSize");
|
|
funcTable.Load(920, "igIsWindowChildOf");
|
|
funcTable.Load(921, "igIsWindowWithinBeginStackOf");
|
|
funcTable.Load(922, "igIsWindowAbove");
|
|
funcTable.Load(923, "igIsWindowNavFocusable");
|
|
funcTable.Load(924, "igSetWindowPos_WindowPtr");
|
|
funcTable.Load(925, "igSetWindowSize_WindowPtr");
|
|
funcTable.Load(926, "igSetWindowCollapsed_WindowPtr");
|
|
funcTable.Load(927, "igSetWindowHitTestHole");
|
|
funcTable.Load(928, "igWindowRectAbsToRel");
|
|
funcTable.Load(929, "igWindowRectRelToAbs");
|
|
funcTable.Load(930, "igFocusWindow");
|
|
funcTable.Load(931, "igFocusTopMostWindowUnderOne");
|
|
funcTable.Load(932, "igBringWindowToFocusFront");
|
|
funcTable.Load(933, "igBringWindowToDisplayFront");
|
|
funcTable.Load(934, "igBringWindowToDisplayBack");
|
|
funcTable.Load(935, "igBringWindowToDisplayBehind");
|
|
funcTable.Load(936, "igFindWindowDisplayIndex");
|
|
funcTable.Load(937, "igFindBottomMostVisibleWindowWithinBeginStack");
|
|
funcTable.Load(938, "igSetCurrentFont");
|
|
funcTable.Load(939, "igGetDefaultFont");
|
|
funcTable.Load(940, "igGetForegroundDrawList_WindowPtr");
|
|
funcTable.Load(941, "igInitialize");
|
|
funcTable.Load(942, "igShutdown");
|
|
funcTable.Load(943, "igUpdateInputEvents");
|
|
funcTable.Load(944, "igUpdateHoveredWindowAndCaptureFlags");
|
|
funcTable.Load(945, "igStartMouseMovingWindow");
|
|
funcTable.Load(946, "igStartMouseMovingWindowOrNode");
|
|
funcTable.Load(947, "igUpdateMouseMovingWindowNewFrame");
|
|
funcTable.Load(948, "igUpdateMouseMovingWindowEndFrame");
|
|
funcTable.Load(949, "igAddContextHook");
|
|
funcTable.Load(950, "igRemoveContextHook");
|
|
funcTable.Load(951, "igCallContextHooks");
|
|
funcTable.Load(952, "igTranslateWindowsInViewport");
|
|
funcTable.Load(953, "igScaleWindowsInViewport");
|
|
funcTable.Load(954, "igDestroyPlatformWindow");
|
|
funcTable.Load(955, "igSetWindowViewport");
|
|
funcTable.Load(956, "igSetCurrentViewport");
|
|
funcTable.Load(957, "igGetViewportPlatformMonitor");
|
|
funcTable.Load(958, "igFindHoveredViewportFromPlatformWindowStack");
|
|
funcTable.Load(959, "igMarkIniSettingsDirty_Nil");
|
|
funcTable.Load(960, "igMarkIniSettingsDirty_WindowPtr");
|
|
funcTable.Load(961, "igClearIniSettings");
|
|
funcTable.Load(962, "igCreateNewWindowSettings");
|
|
funcTable.Load(963, "igFindWindowSettings");
|
|
funcTable.Load(964, "igFindOrCreateWindowSettings");
|
|
funcTable.Load(965, "igAddSettingsHandler");
|
|
funcTable.Load(966, "igRemoveSettingsHandler");
|
|
funcTable.Load(967, "igFindSettingsHandler");
|
|
funcTable.Load(968, "igSetNextWindowScroll");
|
|
funcTable.Load(969, "igSetScrollX_WindowPtr");
|
|
funcTable.Load(970, "igSetScrollY_WindowPtr");
|
|
funcTable.Load(971, "igSetScrollFromPosX_WindowPtr");
|
|
funcTable.Load(972, "igSetScrollFromPosY_WindowPtr");
|
|
funcTable.Load(973, "igScrollToItem");
|
|
funcTable.Load(974, "igScrollToRect");
|
|
funcTable.Load(975, "igScrollToRectEx");
|
|
funcTable.Load(976, "igScrollToBringRectIntoView");
|
|
funcTable.Load(977, "igGetItemID");
|
|
funcTable.Load(978, "igGetItemStatusFlags");
|
|
funcTable.Load(979, "igGetItemFlags");
|
|
funcTable.Load(980, "igGetActiveID");
|
|
funcTable.Load(981, "igGetFocusID");
|
|
funcTable.Load(982, "igSetActiveID");
|
|
funcTable.Load(983, "igSetFocusID");
|
|
funcTable.Load(984, "igClearActiveID");
|
|
funcTable.Load(985, "igGetHoveredID");
|
|
funcTable.Load(986, "igSetHoveredID");
|
|
funcTable.Load(987, "igKeepAliveID");
|
|
funcTable.Load(988, "igMarkItemEdited");
|
|
funcTable.Load(989, "igPushOverrideID");
|
|
funcTable.Load(990, "igGetIDWithSeed");
|
|
funcTable.Load(991, "igItemSize_Vec2");
|
|
funcTable.Load(992, "igItemSize_Rect");
|
|
funcTable.Load(993, "igItemAdd");
|
|
funcTable.Load(994, "igItemHoverable");
|
|
funcTable.Load(995, "igIsClippedEx");
|
|
funcTable.Load(996, "igSetLastItemData");
|
|
funcTable.Load(997, "igCalcItemSize");
|
|
funcTable.Load(998, "igCalcWrapWidthForPos");
|
|
funcTable.Load(999, "igPushMultiItemsWidths");
|
|
funcTable.Load(1000, "igIsItemToggledSelection");
|
|
funcTable.Load(1001, "igGetContentRegionMaxAbs");
|
|
funcTable.Load(1002, "igShrinkWidths");
|
|
funcTable.Load(1003, "igPushItemFlag");
|
|
funcTable.Load(1004, "igPopItemFlag");
|
|
funcTable.Load(1005, "igLogBegin");
|
|
funcTable.Load(1006, "igLogToBuffer");
|
|
funcTable.Load(1007, "igLogRenderedText");
|
|
funcTable.Load(1008, "igLogSetNextTextDecoration");
|
|
funcTable.Load(1009, "igBeginChildEx");
|
|
funcTable.Load(1010, "igOpenPopupEx");
|
|
funcTable.Load(1011, "igClosePopupToLevel");
|
|
funcTable.Load(1012, "igClosePopupsOverWindow");
|
|
funcTable.Load(1013, "igClosePopupsExceptModals");
|
|
funcTable.Load(1014, "igIsPopupOpen_ID");
|
|
funcTable.Load(1015, "igBeginPopupEx");
|
|
funcTable.Load(1016, "igBeginTooltipEx");
|
|
funcTable.Load(1017, "igGetPopupAllowedExtentRect");
|
|
funcTable.Load(1018, "igGetTopMostPopupModal");
|
|
funcTable.Load(1019, "igGetTopMostAndVisiblePopupModal");
|
|
funcTable.Load(1020, "igFindBestWindowPosForPopup");
|
|
funcTable.Load(1021, "igFindBestWindowPosForPopupEx");
|
|
funcTable.Load(1022, "igBeginViewportSideBar");
|
|
funcTable.Load(1023, "igBeginMenuEx");
|
|
funcTable.Load(1024, "igMenuItemEx");
|
|
funcTable.Load(1025, "igBeginComboPopup");
|
|
funcTable.Load(1026, "igBeginComboPreview");
|
|
funcTable.Load(1027, "igEndComboPreview");
|
|
funcTable.Load(1028, "igNavInitWindow");
|
|
funcTable.Load(1029, "igNavInitRequestApplyResult");
|
|
funcTable.Load(1030, "igNavMoveRequestButNoResultYet");
|
|
funcTable.Load(1031, "igNavMoveRequestSubmit");
|
|
funcTable.Load(1032, "igNavMoveRequestForward");
|
|
funcTable.Load(1033, "igNavMoveRequestResolveWithLastItem");
|
|
funcTable.Load(1034, "igNavMoveRequestCancel");
|
|
funcTable.Load(1035, "igNavMoveRequestApplyResult");
|
|
funcTable.Load(1036, "igNavMoveRequestTryWrapping");
|
|
funcTable.Load(1037, "igGetNavInputName");
|
|
funcTable.Load(1038, "igGetNavInputAmount");
|
|
funcTable.Load(1039, "igGetNavInputAmount2d");
|
|
funcTable.Load(1040, "igCalcTypematicRepeatAmount");
|
|
funcTable.Load(1041, "igActivateItem");
|
|
funcTable.Load(1042, "igSetNavWindow");
|
|
funcTable.Load(1043, "igSetNavID");
|
|
funcTable.Load(1044, "igPushFocusScope");
|
|
funcTable.Load(1045, "igPopFocusScope");
|
|
funcTable.Load(1046, "igGetFocusedFocusScope");
|
|
funcTable.Load(1047, "igGetFocusScope");
|
|
funcTable.Load(1048, "igIsNamedKey");
|
|
funcTable.Load(1049, "igIsLegacyKey");
|
|
funcTable.Load(1050, "igIsGamepadKey");
|
|
funcTable.Load(1051, "igGetKeyData");
|
|
funcTable.Load(1052, "igSetItemUsingMouseWheel");
|
|
funcTable.Load(1053, "igSetActiveIdUsingNavAndKeys");
|
|
funcTable.Load(1054, "igIsActiveIdUsingNavDir");
|
|
funcTable.Load(1055, "igIsActiveIdUsingNavInput");
|
|
funcTable.Load(1056, "igIsActiveIdUsingKey");
|
|
funcTable.Load(1057, "igSetActiveIdUsingKey");
|
|
funcTable.Load(1058, "igIsMouseDragPastThreshold");
|
|
funcTable.Load(1059, "igIsNavInputDown");
|
|
funcTable.Load(1060, "igIsNavInputTest");
|
|
funcTable.Load(1061, "igGetMergedModFlags");
|
|
funcTable.Load(1062, "igIsKeyPressedMap");
|
|
funcTable.Load(1063, "igDockContextInitialize");
|
|
funcTable.Load(1064, "igDockContextShutdown");
|
|
funcTable.Load(1065, "igDockContextClearNodes");
|
|
funcTable.Load(1066, "igDockContextRebuildNodes");
|
|
funcTable.Load(1067, "igDockContextNewFrameUpdateUndocking");
|
|
funcTable.Load(1068, "igDockContextNewFrameUpdateDocking");
|
|
funcTable.Load(1069, "igDockContextEndFrame");
|
|
funcTable.Load(1070, "igDockContextGenNodeID");
|
|
funcTable.Load(1071, "igDockContextQueueDock");
|
|
funcTable.Load(1072, "igDockContextQueueUndockWindow");
|
|
funcTable.Load(1073, "igDockContextQueueUndockNode");
|
|
funcTable.Load(1074, "igDockContextCalcDropPosForDocking");
|
|
funcTable.Load(1075, "igDockNodeBeginAmendTabBar");
|
|
funcTable.Load(1076, "igDockNodeEndAmendTabBar");
|
|
funcTable.Load(1077, "igDockNodeGetRootNode");
|
|
funcTable.Load(1078, "igDockNodeIsInHierarchyOf");
|
|
funcTable.Load(1079, "igDockNodeGetDepth");
|
|
funcTable.Load(1080, "igDockNodeGetWindowMenuButtonId");
|
|
funcTable.Load(1081, "igGetWindowDockNode");
|
|
funcTable.Load(1082, "igGetWindowAlwaysWantOwnTabBar");
|
|
funcTable.Load(1083, "igBeginDocked");
|
|
funcTable.Load(1084, "igBeginDockableDragDropSource");
|
|
funcTable.Load(1085, "igBeginDockableDragDropTarget");
|
|
funcTable.Load(1086, "igSetWindowDock");
|
|
funcTable.Load(1087, "igDockBuilderDockWindow");
|
|
funcTable.Load(1088, "igDockBuilderGetNode");
|
|
funcTable.Load(1089, "igDockBuilderGetCentralNode");
|
|
funcTable.Load(1090, "igDockBuilderAddNode");
|
|
funcTable.Load(1091, "igDockBuilderRemoveNode");
|
|
funcTable.Load(1092, "igDockBuilderRemoveNodeDockedWindows");
|
|
funcTable.Load(1093, "igDockBuilderRemoveNodeChildNodes");
|
|
funcTable.Load(1094, "igDockBuilderSetNodePos");
|
|
funcTable.Load(1095, "igDockBuilderSetNodeSize");
|
|
funcTable.Load(1096, "igDockBuilderSplitNode");
|
|
funcTable.Load(1097, "igDockBuilderCopyDockSpace");
|
|
funcTable.Load(1098, "igDockBuilderCopyNode");
|
|
funcTable.Load(1099, "igDockBuilderCopyWindowSettings");
|
|
funcTable.Load(1100, "igDockBuilderFinish");
|
|
funcTable.Load(1101, "igIsDragDropActive");
|
|
funcTable.Load(1102, "igBeginDragDropTargetCustom");
|
|
funcTable.Load(1103, "igClearDragDrop");
|
|
funcTable.Load(1104, "igIsDragDropPayloadBeingAccepted");
|
|
funcTable.Load(1105, "igSetWindowClipRectBeforeSetChannel");
|
|
funcTable.Load(1106, "igBeginColumns");
|
|
funcTable.Load(1107, "igEndColumns");
|
|
funcTable.Load(1108, "igPushColumnClipRect");
|
|
funcTable.Load(1109, "igPushColumnsBackground");
|
|
funcTable.Load(1110, "igPopColumnsBackground");
|
|
funcTable.Load(1111, "igGetColumnsID");
|
|
funcTable.Load(1112, "igFindOrCreateColumns");
|
|
funcTable.Load(1113, "igGetColumnOffsetFromNorm");
|
|
funcTable.Load(1114, "igGetColumnNormFromOffset");
|
|
funcTable.Load(1115, "igTableOpenContextMenu");
|
|
funcTable.Load(1116, "igTableSetColumnWidth");
|
|
funcTable.Load(1117, "igTableSetColumnSortDirection");
|
|
funcTable.Load(1118, "igTableGetHoveredColumn");
|
|
funcTable.Load(1119, "igTableGetHeaderRowHeight");
|
|
funcTable.Load(1120, "igTablePushBackgroundChannel");
|
|
funcTable.Load(1121, "igTablePopBackgroundChannel");
|
|
funcTable.Load(1122, "igGetCurrentTable");
|
|
funcTable.Load(1123, "igTableFindByID");
|
|
funcTable.Load(1124, "igBeginTableEx");
|
|
funcTable.Load(1125, "igTableBeginInitMemory");
|
|
funcTable.Load(1126, "igTableBeginApplyRequests");
|
|
funcTable.Load(1127, "igTableSetupDrawChannels");
|
|
funcTable.Load(1128, "igTableUpdateLayout");
|
|
funcTable.Load(1129, "igTableUpdateBorders");
|
|
funcTable.Load(1130, "igTableUpdateColumnsWeightFromWidth");
|
|
funcTable.Load(1131, "igTableDrawBorders");
|
|
funcTable.Load(1132, "igTableDrawContextMenu");
|
|
funcTable.Load(1133, "igTableMergeDrawChannels");
|
|
funcTable.Load(1134, "igTableGetInstanceData");
|
|
funcTable.Load(1135, "igTableSortSpecsSanitize");
|
|
funcTable.Load(1136, "igTableSortSpecsBuild");
|
|
funcTable.Load(1137, "igTableGetColumnNextSortDirection");
|
|
funcTable.Load(1138, "igTableFixColumnSortDirection");
|
|
funcTable.Load(1139, "igTableGetColumnWidthAuto");
|
|
funcTable.Load(1140, "igTableBeginRow");
|
|
funcTable.Load(1141, "igTableEndRow");
|
|
funcTable.Load(1142, "igTableBeginCell");
|
|
funcTable.Load(1143, "igTableEndCell");
|
|
funcTable.Load(1144, "igTableGetCellBgRect");
|
|
funcTable.Load(1145, "igTableGetColumnName_TablePtr");
|
|
funcTable.Load(1146, "igTableGetColumnResizeID");
|
|
funcTable.Load(1147, "igTableGetMaxColumnWidth");
|
|
funcTable.Load(1148, "igTableSetColumnWidthAutoSingle");
|
|
funcTable.Load(1149, "igTableSetColumnWidthAutoAll");
|
|
funcTable.Load(1150, "igTableRemove");
|
|
funcTable.Load(1151, "igTableGcCompactTransientBuffers_TablePtr");
|
|
funcTable.Load(1152, "igTableGcCompactTransientBuffers_TableTempDataPtr");
|
|
funcTable.Load(1153, "igTableGcCompactSettings");
|
|
funcTable.Load(1154, "igTableLoadSettings");
|
|
funcTable.Load(1155, "igTableSaveSettings");
|
|
funcTable.Load(1156, "igTableResetSettings");
|
|
funcTable.Load(1157, "igTableGetBoundSettings");
|
|
funcTable.Load(1158, "igTableSettingsAddSettingsHandler");
|
|
funcTable.Load(1159, "igTableSettingsCreate");
|
|
funcTable.Load(1160, "igTableSettingsFindByID");
|
|
funcTable.Load(1161, "igBeginTabBarEx");
|
|
funcTable.Load(1162, "igTabBarFindTabByID");
|
|
funcTable.Load(1163, "igTabBarFindMostRecentlySelectedTabForActiveWindow");
|
|
funcTable.Load(1164, "igTabBarAddTab");
|
|
funcTable.Load(1165, "igTabBarRemoveTab");
|
|
funcTable.Load(1166, "igTabBarCloseTab");
|
|
funcTable.Load(1167, "igTabBarQueueReorder");
|
|
funcTable.Load(1168, "igTabBarQueueReorderFromMousePos");
|
|
funcTable.Load(1169, "igTabBarProcessReorder");
|
|
funcTable.Load(1170, "igTabItemEx");
|
|
funcTable.Load(1171, "igTabItemCalcSize");
|
|
funcTable.Load(1172, "igTabItemBackground");
|
|
funcTable.Load(1173, "igTabItemLabelAndCloseButton");
|
|
funcTable.Load(1174, "igRenderText");
|
|
funcTable.Load(1175, "igRenderTextWrapped");
|
|
funcTable.Load(1176, "igRenderTextClipped");
|
|
funcTable.Load(1177, "igRenderTextClippedEx");
|
|
funcTable.Load(1178, "igRenderTextEllipsis");
|
|
funcTable.Load(1179, "igRenderFrame");
|
|
funcTable.Load(1180, "igRenderFrameBorder");
|
|
funcTable.Load(1181, "igRenderColorRectWithAlphaCheckerboard");
|
|
funcTable.Load(1182, "igRenderNavHighlight");
|
|
funcTable.Load(1183, "igFindRenderedTextEnd");
|
|
funcTable.Load(1184, "igRenderMouseCursor");
|
|
funcTable.Load(1185, "igRenderArrow");
|
|
funcTable.Load(1186, "igRenderBullet");
|
|
funcTable.Load(1187, "igRenderCheckMark");
|
|
funcTable.Load(1188, "igRenderArrowPointingAt");
|
|
funcTable.Load(1189, "igRenderArrowDockMenu");
|
|
funcTable.Load(1190, "igRenderRectFilledRangeH");
|
|
funcTable.Load(1191, "igRenderRectFilledWithHole");
|
|
funcTable.Load(1192, "igCalcRoundingFlagsForRectInRect");
|
|
funcTable.Load(1193, "igTextEx");
|
|
funcTable.Load(1194, "igButtonEx");
|
|
funcTable.Load(1195, "igCloseButton");
|
|
funcTable.Load(1196, "igCollapseButton");
|
|
funcTable.Load(1197, "igArrowButtonEx");
|
|
funcTable.Load(1198, "igScrollbar");
|
|
funcTable.Load(1199, "igScrollbarEx");
|
|
funcTable.Load(1200, "igImageButtonEx");
|
|
funcTable.Load(1201, "igGetWindowScrollbarRect");
|
|
funcTable.Load(1202, "igGetWindowScrollbarID");
|
|
funcTable.Load(1203, "igGetWindowResizeCornerID");
|
|
funcTable.Load(1204, "igGetWindowResizeBorderID");
|
|
funcTable.Load(1205, "igSeparatorEx");
|
|
funcTable.Load(1206, "igCheckboxFlags_S64Ptr");
|
|
funcTable.Load(1207, "igCheckboxFlags_U64Ptr");
|
|
funcTable.Load(1208, "igButtonBehavior");
|
|
funcTable.Load(1209, "igDragBehavior");
|
|
funcTable.Load(1210, "igSliderBehavior");
|
|
funcTable.Load(1211, "igSplitterBehavior");
|
|
funcTable.Load(1212, "igTreeNodeBehavior");
|
|
funcTable.Load(1213, "igTreeNodeBehaviorIsOpen");
|
|
funcTable.Load(1214, "igTreePushOverrideID");
|
|
funcTable.Load(1215, "igDataTypeGetInfo");
|
|
funcTable.Load(1216, "igDataTypeApplyOp");
|
|
funcTable.Load(1217, "igDataTypeApplyFromText");
|
|
funcTable.Load(1218, "igDataTypeCompare");
|
|
funcTable.Load(1219, "igDataTypeClamp");
|
|
funcTable.Load(1220, "igTempInputScalar");
|
|
funcTable.Load(1221, "igTempInputIsActive");
|
|
funcTable.Load(1222, "igGetInputTextState");
|
|
funcTable.Load(1223, "igCustom_StbTextMakeUndoReplace");
|
|
funcTable.Load(1224, "igCustom_StbTextUndo");
|
|
funcTable.Load(1225, "igColorTooltip");
|
|
funcTable.Load(1226, "igColorEditOptionsPopup");
|
|
funcTable.Load(1227, "igColorPickerOptionsPopup");
|
|
funcTable.Load(1228, "igPlotEx");
|
|
funcTable.Load(1229, "igShadeVertsLinearColorGradientKeepAlpha");
|
|
funcTable.Load(1230, "igShadeVertsLinearUV");
|
|
funcTable.Load(1231, "igGcCompactTransientMiscBuffers");
|
|
funcTable.Load(1232, "igGcCompactTransientWindowBuffers");
|
|
funcTable.Load(1233, "igGcAwakeTransientWindowBuffers");
|
|
funcTable.Load(1234, "igDebugLog");
|
|
funcTable.Load(1235, "igDebugLogV");
|
|
funcTable.Load(1236, "igErrorCheckEndFrameRecover");
|
|
funcTable.Load(1237, "igErrorCheckEndWindowRecover");
|
|
funcTable.Load(1238, "igDebugDrawItemRect");
|
|
funcTable.Load(1239, "igDebugStartItemPicker");
|
|
funcTable.Load(1240, "igShowFontAtlas");
|
|
funcTable.Load(1241, "igDebugHookIdInfo");
|
|
funcTable.Load(1242, "igDebugNodeColumns");
|
|
funcTable.Load(1243, "igDebugNodeDockNode");
|
|
funcTable.Load(1244, "igDebugNodeDrawList");
|
|
funcTable.Load(1245, "igDebugNodeDrawCmdShowMeshAndBoundingBox");
|
|
funcTable.Load(1246, "igDebugNodeFont");
|
|
funcTable.Load(1247, "igDebugNodeFontGlyph");
|
|
funcTable.Load(1248, "igDebugNodeStorage");
|
|
funcTable.Load(1249, "igDebugNodeTabBar");
|
|
funcTable.Load(1250, "igDebugNodeTable");
|
|
funcTable.Load(1251, "igDebugNodeTableSettings");
|
|
funcTable.Load(1252, "igDebugNodeInputTextState");
|
|
funcTable.Load(1253, "igDebugNodeWindow");
|
|
funcTable.Load(1254, "igDebugNodeWindowSettings");
|
|
funcTable.Load(1255, "igDebugNodeWindowsList");
|
|
funcTable.Load(1256, "igDebugNodeWindowsListByBeginStackParent");
|
|
funcTable.Load(1257, "igDebugNodeViewport");
|
|
funcTable.Load(1258, "igDebugRenderViewportThumbnail");
|
|
funcTable.Load(1259, "igImFontAtlasGetBuilderForStbTruetype");
|
|
funcTable.Load(1260, "igImFontAtlasBuildInit");
|
|
funcTable.Load(1261, "igImFontAtlasBuildSetupFont");
|
|
funcTable.Load(1262, "igImFontAtlasBuildPackCustomRects");
|
|
funcTable.Load(1263, "igImFontAtlasBuildFinish");
|
|
funcTable.Load(1264, "igImFontAtlasBuildRender8bppRectFromString");
|
|
funcTable.Load(1265, "igImFontAtlasBuildRender32bppRectFromString");
|
|
funcTable.Load(1266, "igImFontAtlasBuildMultiplyCalcLookupTable");
|
|
funcTable.Load(1267, "igImFontAtlasBuildMultiplyRectAlpha8");
|
|
funcTable.Load(1268, "igInputText");
|
|
funcTable.Load(1269, "igInputTextMultiline");
|
|
funcTable.Load(1270, "igInputTextWithHint");
|
|
funcTable.Load(1271, "igImFormatString");
|
|
funcTable.Load(1272, "igImFormatStringV");
|
|
funcTable.Load(1273, "igImParseFormatTrimDecorations");
|
|
funcTable.Load(1274, "igImTextStrToUtf8");
|
|
funcTable.Load(1275, "igImTextStrFromUtf8");
|
|
funcTable.Load(1276, "igDataTypeFormatString");
|
|
funcTable.Load(1277, "igInputTextEx");
|
|
funcTable.Load(1278, "igTempInputText");
|
|
}
|
|
|
|
public static void FreeApi()
|
|
{
|
|
funcTable.Free();
|
|
}
|
|
}
|
|
}
|