Changed: #970 Move all window and input related methods to a new file from OpenGL driver
This commit is contained in:
parent
87c9b30c7d
commit
fba74a8133
4 changed files with 1682 additions and 1622 deletions
File diff suppressed because it is too large
Load diff
|
@ -842,6 +842,7 @@ private:
|
|||
|
||||
private:
|
||||
void switchBackToOldMode();
|
||||
bool setupDisplay();
|
||||
|
||||
// Get the proj matrix setupped in GL
|
||||
void refreshProjMatrixFromGL();
|
||||
|
|
|
@ -467,6 +467,10 @@
|
|||
RelativePath="driver_opengl_vertex_program.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\driver_opengl_window.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="stdopengl.cpp"
|
||||
>
|
||||
|
|
1673
code/nel/src/3d/driver/opengl/driver_opengl_window.cpp
Normal file
1673
code/nel/src/3d/driver/opengl/driver_opengl_window.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue