wndDrawTextTo method

void wndDrawTextTo(
  1. String text,
  2. bool right
)

Implementation

void wndDrawTextTo( String text, bool right ){
	wndDrawTextColor( text, _wndMoveX, _wndMoveY, _color, right );
}