Galton box animation: Difference between revisions

m
→‎{{header|Ruby}}: key symbols on linux
(removed draft)
m (→‎{{header|Ruby}}: key symbols on linux)
Line 306:
keypress do |key|
case key
when "\x11", # ctrl-q:control_q
exit
when "\x10", # ctrl-p:control_p
@paused = !@paused
end
Anonymous user