wndDrawText method

void wndDrawText(
  1. String text,
  2. double x,
  3. double y,
  4. bool right,
)

Implementation

void wndDrawText( String text, double x, double y, bool right ){
	wndDrawTextColor( text, x, y, _color, right );
}