Skip to content
Snippets Groups Projects

viewer info on close

Closed Aaron Grabowy requested to merge feature/viewer-info-on-close into develop
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
342 342 else
343 343 {
344 344 // Close on ESC
345 close_info.closed_by_key = key;
346 close_info.cam_pos = mCamera->getPosition();
347 close_info.cam_target_pos = mCamera->getTargetPos();
345 348 requestClose();
346 349 }
347 350 return true;
348 351 }
349 352
353 if (key == GLFW_KEY_I || key == GLFW_KEY_O)
  • Aaron Grabowy added 3 commits

    added 3 commits

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading