Method: Processing::Context#windowWidth
- Defined in:
- lib/processing/context.rb
#windowWidth ⇒ Numeric
Returns the width of the window.
630 631 632 |
# File 'lib/processing/context.rb', line 630 def windowWidth() @window__.width end |