Method: Processing::Context#redraw

Defined in:
lib/processing/context.rb

#redrawnil

Calls draw block to redraw frame.



841
842
843
# File 'lib/processing/context.rb', line 841

def redraw()
  @redraw__ = true
end