Changeset 92bc4fe in opengl-game for common/controls.cpp


Ignore:
Timestamp:
Jun 25, 2017, 7:15:12 PM (7 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
fe70cd3
Parents:
8a6d19d
Message:

Make the game window fullscreen, hide the mouse cursor, and change the view to an overhead one as the player moves around the scene

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/controls.cpp

    r8a6d19d r92bc4fe  
    3535
    3636
    37 void computeMatricesFromInputs(){
     37void computeMatricesFromInputs(int windowWidth, int windowHeight) {
    3838
    3939        // glfwGetTime is called only once, the first time this function is called
Note: See TracChangeset for help on using the changeset viewer.