class AuthorEngine::Container

Public Class Methods

new() click to toggle source
# File lib/author_engine/container.rb, line 6
def initialize
end

Public Instance Methods

button_down(id) click to toggle source
# File lib/author_engine/container.rb, line 18
def button_down(id)
end
button_up(id) click to toggle source
# File lib/author_engine/container.rb, line 21
def button_up(id)
end
draw() click to toggle source
# File lib/author_engine/container.rb, line 12
def draw
end
setup() click to toggle source
# File lib/author_engine/container.rb, line 9
def setup
end
update() click to toggle source
# File lib/author_engine/container.rb, line 15
def update
end