Method: Rubygame::Rect#midleft

Defined in:
lib/rubygame/rect.rb,
lib/rubygame/old_rect.rb

#midleftObject Also known as: ml

Return the x and y coordinates of the midpoint on the left side of the Rect.



314
# File 'lib/rubygame/rect.rb', line 314

def midleft; return self.at(0), self.centery; end