Scroll

Hi!
I have a childwindow filled with OpenGL drawing such as lines and dots. Now I would like to scroll the window becouse it’s filled upp with stuff. How can I do that? (a vert. scroll is enough)
/Micke

do you want to use scroll bars?
if not,just move your scene left/right(with VK_LEFT and VK_RIGHT f.e.) with glTranslatef(x, 0.0f, 0.0f) or (0.0f,y,0.0f) for up/down.
if you wanna have scroll bars,
i don’t know about that :slight_smile:

[This message has been edited by holy_moly (edited 04-11-2000).]