GuiDummyRec abstract method

int GuiDummyRec(
  1. RectangleD bounds,
  2. MemoryPointer<RInt8> text
)

Dummy control for placeholders

Implementation

int GuiDummyRec(
  RectangleD bounds,
  MemoryPointer<RChar> text,
);