OpenGL and CScrollView
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have an application that I have embedded an OpenGL scene into a CScrollView, the problem I am having is when I move the scroll bar, the OpenGL Scene doesnt move with it. What am I missing to cause the scene to move with the scroll bar movements. I think I am missing an openGL call that links the windows scrollbar position to the OpenGL Position. Any help would be greatly appreciated. Thanks in advance!