Raster bars: Difference between revisions

Content added Content deleted
(→‎{{header|Perl 6}}: Add a Perl 6 example)
m (→‎{{header|Perl 6}}: Fix copy paste error. Wiki markup is not Markdown. Sigh.)
Line 8: Line 8:
Not really sure what is meant by "swaying".
Not really sure what is meant by "swaying".


- Use Up / Down or Pg Up / Pg Dn to change the scroll speed.
* Use Up / Down or Pg Up / Pg Dn to change the scroll speed.
- Use Left / Right to adjust the gap between the raster bars.
* Use Left / Right to adjust the gap between the raster bars.
- Use Space bar to pause / resume scrolling.
* Use Space bar to pause / resume scrolling.
- Use Left Ctrl to reverse scroll direction.
* Use Left Ctrl to reverse scroll direction.


<lang perl6>se SDL2::Raw;
<lang perl6>Use SDL2::Raw;
use Cairo;
use Cairo;