glui.utils

Members

Aliases

BasicNodeParamLength
alias BasicNodeParamLength = Alias!5
Undocumented in source.

Functions

contains
bool contains(Rectangle rectangle, Vector2 point)

Check if the rectangle contains a point.

hidpiScale
Vector2 hidpiScale()

Get the current HiDPI scale. Returns Vector2(1, 1) if HiDPI is off.

Templates

BasicNodeParam
template BasicNodeParam(int index)
Undocumented in source.
StaticFieldNames
template StaticFieldNames(T)

Get names of static fields in the given object.

simpleConstructor
template simpleConstructor(T)

Create a function to easily construct nodes.

Meta