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

hg/feature/sound
kervala 15 years ago
parent 09bcc39b6d
commit 017935c302

File diff suppressed because it is too large Load Diff

@ -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();

@ -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
Loading…
Cancel
Save