Method: Processing::Context#windowWidth

Defined in:
lib/processing/context.rb

#windowWidthNumeric

Returns the width of the window.

Returns:

  • (Numeric)

    window width

See Also:



630
631
632
# File 'lib/processing/context.rb', line 630

def windowWidth()
  @window__.width
end