Skip to main content.

Display Control Functions

Used to control screen/adapter related functions.

SetFullScreen

Function Prototypes

Return Value

  • None

Possible Known Exceptions

  • std::logic_error
  • std::runtime_error

Other Details / Notes

  • If the user tries to switch to fullscreen with two windows active it will throw std::logic_error
  • If the system fails to switch to fullscreen then it will throw std::runtime_error
  • Function needs some re-writing to take into account multiple displays.

Copyright © 2004, Rob Jones
Home | Site Map | Contact Us | Disclaimer | Privacy Statement