class Looper::MenuItem
- Looper::MenuItem
- Reference
- Object
Defined in:
looper/menu_item.crConstant Summary
-
PADDING =
25
Constructors
Instance Method Summary
- #blur
- #draw
- #draw_focused
- #focus
- #focused? : Bool
- #height
- #text(*args, **options)
- #text(*args, **options, &)
- #width
- #x
- #x=(value : Int32 | Float32)
- #y
- #y=(value : Int32 | Float32)
Constructor Detail
def self.new(x = 0, y = 0, text = "", color = Color::Lime, focused : Bool = false, padding : Int32 = PADDING)
#