libmonochrome/man/man3/ml_scroll.3

24 lines
602 B
Groff

.TH ML_scroll 3
.SH NAME
ML_scroll - VRAM scrolling functions from libmonochrome
.SH SYNOPSIS
.B #include <monochrome.h>
.B void ML_horizontal_scroll(int scroll);
.B void ML_vertical_scroll(int scroll);
.SH DESCRIPTION
Shifts all the pixels of the VRAM from left to right or from top to bottom. If scroll's value is negative, the pixels will be shifted from right to left or from bottom to top.
When pixels reach screen boundaries, they are moved to the other side.
.SH SEE ALSO
.BR libmonochrome(3),
.BR ML_VRAM(3),
.BR ML_Color(3)
.SH AUTHOR
Copyright (C) 2016 by Thomas "CakeIsALie5" Touhey.