rlglInit method

String rlglInit(
  1. num width,
  2. num height
)

Implementation

String rlglInit(
  num width,
  num height,
) => 'rlglInit($width, $height)';