rlSetLineWidth function

void rlSetLineWidth(
  1. double width
)

Implementation

void rlSetLineWidth(double width) => _module.rlSetLineWidth(width);