Method: Processing::Context#touches

Defined in:
lib/processing/context.rb

#touchesArray

Returns array of touches

Returns:

  • (Array)

    Touch objects

See Also:



800
801
802
# File 'lib/processing/context.rb', line 800

def touches()
  @touches__
end