Method: Processing::Context#redraw

Defined in:
lib/processing/context.rb

#redrawnil

Calls draw block to redraw frame.



825
826
827
# File 'lib/processing/context.rb', line 825

def redraw()
  @redraw__ = true
end