core/modules/gui/abbr_flat
library
Functions
-
GuiButton(RectangleD bounds, MemoryPointer<RChar> text)
→ int
-
See
RaylibGuiFlatModule.GuiButton.
-
GuiCheckBox(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RBool> checked)
→ int
-
See
RaylibGuiFlatModule.GuiCheckBox.
-
GuiColorBarAlpha(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RFloat> alpha)
→ int
-
See
RaylibGuiFlatModule.GuiColorBarAlpha.
-
GuiColorBarHue(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RFloat> value)
→ int
-
See
RaylibGuiFlatModule.GuiColorBarHue.
-
GuiColorPanel(RectangleD bounds, MemoryPointer<RChar> text, StructPointer<ColorD> color)
→ int
-
See
RaylibGuiFlatModule.GuiColorPanel.
-
GuiColorPanelHSV(RectangleD bounds, MemoryPointer<RChar> text, StructPointer<Vector3D> colorHsv)
→ int
-
See
RaylibGuiFlatModule.GuiColorPanelHSV.
-
GuiColorPicker(RectangleD bounds, MemoryPointer<RChar> text, StructPointer<ColorD> color)
→ int
-
See
RaylibGuiFlatModule.GuiColorPicker.
-
GuiColorPickerHSV(RectangleD bounds, MemoryPointer<RChar> text, StructPointer<Vector3D> colorHsv)
→ int
-
See
RaylibGuiFlatModule.GuiColorPickerHSV.
-
GuiComboBox(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RInt> active)
→ int
-
See
RaylibGuiFlatModule.GuiComboBox.
-
GuiDisable()
→ void
-
See
RaylibGuiFlatModule.GuiDisable.
-
GuiDisableTooltip()
→ void
-
See
RaylibGuiFlatModule.GuiDisableTooltip.
-
GuiDrawIcon(int iconId, int posX, int posY, int pixelSize, ColorD color)
→ void
-
See
RaylibGuiFlatModule.GuiDrawIcon.
-
GuiDropdownBox(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RInt> active, bool editMode)
→ int
-
See
RaylibGuiFlatModule.GuiDropdownBox.
-
GuiDummyRec(RectangleD bounds, MemoryPointer<RChar> text)
→ int
-
See
RaylibGuiFlatModule.GuiDummyRec.
-
GuiEnable()
→ void
-
See
RaylibGuiFlatModule.GuiEnable.
-
GuiEnableTooltip()
→ void
-
See
RaylibGuiFlatModule.GuiEnableTooltip.
-
GuiGetFont()
→ FontD
-
See
RaylibGuiFlatModule.GuiGetFont.
-
GuiGetIcons()
→ MemoryPointer<RUnsignedInt>
-
See
RaylibGuiFlatModule.GuiGetIcons.
-
GuiGetState()
→ int
-
See
RaylibGuiFlatModule.GuiGetState.
-
GuiGetStyle(int control, int property)
→ int
-
See
RaylibGuiFlatModule.GuiGetStyle.
-
GuiGetTextWidth(MemoryPointer<RChar> text)
→ int
-
See
RaylibGuiFlatModule.GuiGetTextWidth.
-
GuiGrid(RectangleD bounds, MemoryPointer<RChar> text, double spacing, int subdivs, StructPointer<Vector2D> mouseCell)
→ int
-
See
RaylibGuiFlatModule.GuiGrid.
-
GuiGroupBox(RectangleD bounds, MemoryPointer<RChar> text)
→ int
-
See
RaylibGuiFlatModule.GuiGroupBox.
-
GuiIconText(int iconId, MemoryPointer<RChar> text)
→ MemoryPointer<RChar>
-
See
RaylibGuiFlatModule.GuiIconText.
-
GuiIsLocked()
→ bool
-
See
RaylibGuiFlatModule.GuiIsLocked.
-
GuiLabel(RectangleD bounds, MemoryPointer<RChar> text)
→ int
-
See
RaylibGuiFlatModule.GuiLabel.
-
GuiLabelButton(RectangleD bounds, MemoryPointer<RChar> text)
→ int
-
See
RaylibGuiFlatModule.GuiLabelButton.
-
GuiLine(RectangleD bounds, MemoryPointer<RChar> text)
→ int
-
See
RaylibGuiFlatModule.GuiLine.
-
GuiListView(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RInt> scrollIndex, MemoryPointer<RInt> active)
→ int
-
See
RaylibGuiFlatModule.GuiListView.
-
GuiListViewEx(RectangleD bounds, MemoryPointer<RPointer<RChar>> text, int count, MemoryPointer<RInt> scrollIndex, MemoryPointer<RInt> active, MemoryPointer<RInt> focus)
→ int
-
See
RaylibGuiFlatModule.GuiListViewEx.
-
GuiLoadIcons(MemoryPointer<RChar> fileName, bool loadIconsName)
→ MemoryPointer<RPointer<RChar>>
-
See
RaylibGuiFlatModule.GuiLoadIcons.
-
GuiLoadIconsFromMemory(MemoryPointer<RUnsignedChar> fileData, int dataSize, bool loadIconsName)
→ MemoryPointer<RPointer<RChar>>
-
See
RaylibGuiFlatModule.GuiLoadIconsFromMemory.
-
GuiLoadStyle(MemoryPointer<RChar> fileName)
→ void
-
See
RaylibGuiFlatModule.GuiLoadStyle.
-
GuiLoadStyleDefault()
→ void
-
See
RaylibGuiFlatModule.GuiLoadStyleDefault.
-
GuiLoadStyleFromMemory(MemoryPointer<RUnsignedChar> fileData, int dataSize)
→ void
-
See
RaylibGuiFlatModule.GuiLoadStyle.
-
GuiLock()
→ void
-
See
RaylibGuiFlatModule.GuiLock.
-
GuiMessageBox(RectangleD bounds, MemoryPointer<RChar> title, MemoryPointer<RChar> message, MemoryPointer<RChar> btnText, MemoryPointer<RInt> btnActive)
→ int
-
See
RaylibGuiFlatModule.GuiMessageBox.
-
GuiPanel(RectangleD bounds, MemoryPointer<RChar> text)
→ int
-
See
RaylibGuiFlatModule.GuiPanel.
-
GuiProgressBar(RectangleD bounds, MemoryPointer<RChar> textLeft, MemoryPointer<RChar> textRight, MemoryPointer<RFloat> value, double minValue, double maxValue)
→ int
-
See
RaylibGuiFlatModule.GuiProgressBar.
-
GuiScrollPanel(RectangleD bounds, MemoryPointer<RChar> text, RectangleD content, StructPointer<Vector2D> scroll, StructPointer<RectangleD> view)
→ int
-
See
RaylibGuiFlatModule.GuiScrollPanel.
-
GuiSetAlpha(double alpha)
→ void
-
See
RaylibGuiFlatModule.GuiSetAlpha.
-
GuiSetFont(FontD font)
→ void
-
See
RaylibGuiFlatModule.GuiSetFont.
-
GuiSetIconScale(int scale)
→ void
-
See
RaylibGuiFlatModule.GuiSetIconScale.
-
GuiSetState(int state)
→ void
-
See
RaylibGuiFlatModule.GuiSetState.
-
GuiSetStyle(int control, int property, int value)
→ void
-
See
RaylibGuiFlatModule.GuiSetStyle.
-
GuiSetTooltip(MemoryPointer<RChar> tooltip)
→ void
-
See
RaylibGuiFlatModule.GuiSetTooltip.
-
GuiSlider(RectangleD bounds, MemoryPointer<RChar> textLeft, MemoryPointer<RChar> textRight, MemoryPointer<RFloat> value, double minValue, double maxValue)
→ int
-
See
RaylibGuiFlatModule.GuiSlider.
-
GuiSliderBar(RectangleD bounds, MemoryPointer<RChar> textLeft, MemoryPointer<RChar> textRight, MemoryPointer<RFloat> value, double minValue, double maxValue)
→ int
-
See
RaylibGuiFlatModule.GuiSliderBar.
-
GuiSpinner(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RInt> value, int minValue, int maxValue, bool editMode)
→ int
-
See
RaylibGuiFlatModule.GuiSpinner.
-
GuiStatusBar(RectangleD bounds, MemoryPointer<RChar> text)
→ int
-
See
RaylibGuiFlatModule.GuiStatusBar.
-
GuiTabBar(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RInt> hscroll, MemoryPointer<RInt> active)
→ int
-
See
RaylibGuiFlatModule.GuiTabBar.
-
GuiTabBarEx(RectangleD bounds, MemoryPointer<RPointer<RChar>> text, int count, MemoryPointer<RInt> hscroll, MemoryPointer<RInt> active, MemoryPointer<RInt> focus)
→ int
-
See
RaylibGuiFlatModule.GuiTabBarEx.
-
GuiTextBox(RectangleD bounds, MemoryPointer<RChar> text, int textSize, bool editMode)
→ int
-
See
RaylibGuiFlatModule.GuiTextBox.
-
GuiTextInputBox(RectangleD bounds, MemoryPointer<RChar> title, MemoryPointer<RChar> message, MemoryPointer<RChar> text, int textSize, MemoryPointer<RChar> btnText, MemoryPointer<RInt> btnActive, MemoryPointer<RBool> secretViewActive)
→ int
-
See
RaylibGuiFlatModule.GuiTextInputBox.
-
GuiToggle(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RBool> active)
→ int
-
See
RaylibGuiFlatModule.GuiToggle.
-
GuiToggleGroup(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RInt> active)
→ int
-
See
RaylibGuiFlatModule.GuiToggleGroup.
-
GuiToggleSlider(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RInt> active)
→ int
-
See
RaylibGuiFlatModule.GuiToggleSlider.
-
GuiUnlock()
→ void
-
See
RaylibGuiFlatModule.GuiUnlock.
-
GuiValueBox(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RInt> value, int minValue, int maxValue, bool editMode)
→ int
-
See
RaylibGuiFlatModule.GuiValueBox.
-
GuiValueBoxFloat(RectangleD bounds, MemoryPointer<RChar> text, MemoryPointer<RChar> textValue, MemoryPointer<RFloat> value, bool editMode)
→ int
-
See
RaylibGuiFlatModule.GuiValueBoxFloat.
-
GuiWindowBox(RectangleD bounds, MemoryPointer<RChar> title)
→ int
-
See
RaylibGuiFlatModule.GuiWindowBox.