mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 13:01:41 +00:00
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:
|
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"
|
||||||
>
|
>
|
||||||
|
|
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