rlSetLineWidth function

void rlSetLineWidth(
  1. num width
)

Implementation

void rlSetLineWidth(
  num width,
) => _module.rlSetLineWidth(width);