Symbian Developer Library

SYMBIAN OS V6.1 EXAMPLE CODE

[Index] [Previous] [Next]



Scroll: simple scrolling

Found in: epoc32ex\Graphics\WS\Scroll\


Description

The 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.

[Top]


Running under WINS

Clicking the left mouse button causes the line to scroll up, clicking the right mouse button causes it to scroll down.

[Top]


Running under ARM

Tapping on the numbered window causes the line to scroll up. The behaviour invoked by the right mouse button click is unavailable under ARM.

[Top]


Classes used