# File lib/extras/as_menu.rb, line 75
        def initialize(x, y, w, h)
                @x, @y = x, y
                @w, @h = w, h
                @state = false
        end