Home
last modified time | relevance | path

Searched refs:scroll (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.3/vcmv/
DReadme_en.txt254 * Fixed a bug to which the scroll bar of the former screen is displayed in a specific manual compos…
276 while holding DOWN key with the pointer put on the scroll bar.
277 * Fixed a bug that displayed part or the whole of the screen to scroll
278 without the scroll operation under a certain condition.
379 would stutter with some pages. This was fixed by adjusting the scroll
415 by restricting the fastest speed at which a page can scroll.
463 is required, a scrolling artifact occurred when holding down scroll while
466 being detected as a scroll. The screen-update message is now filtered out,
467 because the height of the update area is too low to be a legitimate scroll.
571 easier to scroll by a small amount.
/RvlSDK-3.3/include/demo/
DDEMOWin.h373 DEMOWinInfo *DEMOWinCreateWindow (s32 x1, s32 y1, s32 x2, s32 y2, char *caption, u16 scroll
/RvlSDK-3.3/build/libraries/demo/src/
DDEMOWin.c278 DEMOWinInfo *DEMOWinCreateWindow(s32 x1, s32 y1, s32 x2, s32 y2, char *caption, u16 scroll, void *f… in DEMOWinCreateWindow() argument
325 handle->num_scroll_lines = scroll; in DEMOWinCreateWindow()