class Scene

Attributes

window[R]

Public Class Methods

new(window) click to toggle source
# File lib/scene.rb, line 13
def initialize(window)
  @window = window
end

Public Instance Methods

button_down(id) click to toggle source
# File lib/scene.rb, line 21
def button_down(id) end
draw() click to toggle source
# File lib/scene.rb, line 19
def draw; end
update() click to toggle source
# File lib/scene.rb, line 17
def update; end