Is there a way to refocus the keypress events back to the shoes app?
Shoes.app (:width => 300, :height => 200) {
..
stack {
..
@but = button "Restart"
@but.click {
..
}
keypress { |k|
..
}
}
}
Is there a way to refocus the keypress events back to the shoes app?
Shoes.app (:width => 300, :height => 200) {
..
stack {
..
@but = button "Restart"
@but.click {
..
}
keypress { |k|
..
}
}
}