Scroll
: simple scrollingThe Scroll
example demonstrates simple scrolling using
pointer repeat events. It uses
RWindowBase::RequestPointerRepeatEvent()
, which ensures that
holding down the pointer (or either mouse button on the Emulator) results in a
smooth scroll.
Clicking the left mouse button causes the line to scroll up, clicking the right mouse button causes it to scroll down.
Tapping on the numbered window causes the line to scroll up. The behaviour invoked by the right mouse button click is unavailable under ARM.
RWindow
: Standard window. Inherits
RequestPointerRepeatEvent()
from base class
RWindowBase
.