Class NkStyle

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<NkStyle>
org.lwjgl.nuklear.NkStyle
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class NkStyle extends org.lwjgl.system.Struct<NkStyle> implements org.lwjgl.system.NativeResource
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • FONT

      public static final int FONT
      The struct member offsets.
    • CURSORS

      public static final int CURSORS
      The struct member offsets.
    • CURSOR_ACTIVE

      public static final int CURSOR_ACTIVE
      The struct member offsets.
    • CURSOR_LAST

      public static final int CURSOR_LAST
      The struct member offsets.
    • CURSOR_VISIBLE

      public static final int CURSOR_VISIBLE
      The struct member offsets.
    • TEXT

      public static final int TEXT
      The struct member offsets.
    • BUTTON

      public static final int BUTTON
      The struct member offsets.
    • CONTEXTUAL_BUTTON

      public static final int CONTEXTUAL_BUTTON
      The struct member offsets.
    • OPTION

      public static final int OPTION
      The struct member offsets.
    • CHECKBOX

      public static final int CHECKBOX
      The struct member offsets.
    • SELECTABLE

      public static final int SELECTABLE
      The struct member offsets.
    • SLIDER

      public static final int SLIDER
      The struct member offsets.
    • KNOB

      public static final int KNOB
      The struct member offsets.
    • PROGRESS

      public static final int PROGRESS
      The struct member offsets.
    • PROPERTY

      public static final int PROPERTY
      The struct member offsets.
    • EDIT

      public static final int EDIT
      The struct member offsets.
    • CHART

      public static final int CHART
      The struct member offsets.
    • SCROLLH

      public static final int SCROLLH
      The struct member offsets.
    • SCROLLV

      public static final int SCROLLV
      The struct member offsets.
    • TAB

      public static final int TAB
      The struct member offsets.
    • COMBO

      public static final int COMBO
      The struct member offsets.
    • WINDOW

      public static final int WINDOW
      The struct member offsets.
  • Constructor Details

    • NkStyle

      public NkStyle(ByteBuffer container)
      Creates a NkStyle instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details