Changed: #970 Move all window and input related methods to a new file from OpenGL driver

This commit is contained in:
kervala 2010-06-08 18:58:58 +02:00
parent 7aa907a603
commit 28d68e0271
4 changed files with 1682 additions and 1622 deletions

File diff suppressed because it is too large Load diff

View file

@ -842,6 +842,7 @@ private:
private: private:
void switchBackToOldMode(); void switchBackToOldMode();
bool setupDisplay();
// Get the proj matrix setupped in GL // Get the proj matrix setupped in GL
void refreshProjMatrixFromGL(); void refreshProjMatrixFromGL();

View file

@ -467,6 +467,10 @@
RelativePath="driver_opengl_vertex_program.cpp" RelativePath="driver_opengl_vertex_program.cpp"
> >
</File> </File>
<File
RelativePath=".\driver_opengl_window.cpp"
>
</File>
<File <File
RelativePath="stdopengl.cpp" RelativePath="stdopengl.cpp"
> >

File diff suppressed because it is too large Load diff