#include <Ketchup.h>
◆ Ketchup()
◆ ~Ketchup()
◆ AttachSettings()
Attaches user-defined EngineSettings class to the game. To be set in main before calling Run(). 
Haru, 3/22/2023. 
- Parameters
- 
  
  
 
 
◆ Draw()
◆ Free()
◆ GetHeight()
  
  | 
        
          | int Ketchup::GetHeight | ( |  | ) |  |  | static | 
 
Returns the current window height. 
Haru, 3/1/2023. 
- Returns
- The window height. 
 
 
◆ GetTimeInSeconds()
  
  | 
        
          | float Ketchup::GetTimeInSeconds | ( |  | ) |  |  | staticprivate | 
 
 
◆ GetWidth()
  
  | 
        
          | int Ketchup::GetWidth | ( |  | ) |  |  | static | 
 
Returns the current window width. 
Haru, 3/1/2023. 
- Returns
- The window width. 
 
 
◆ Initialize()
  
  | 
        
          | void Ketchup::Initialize | ( |  | ) |  |  | private | 
 
 
◆ Instance()
◆ LoadContent()
  
  | 
        
          | void Ketchup::LoadContent | ( |  | ) |  |  | private | 
 
 
◆ Run()
Runs the Ketchup Engine. 
To be called in main 
 
 
◆ SetVsync()
  
  | 
        
          | void Ketchup::SetVsync | ( | bool | enable | ) |  |  | private | 
 
 
◆ SetWidthHeight()
  
  | 
        
          | void Ketchup::SetWidthHeight | ( | const int | width, |  
          |  |  | const int | height |  
          |  | ) |  |  |  | private | 
 
 
◆ SetWindowName()
  
  | 
        
          | void Ketchup::SetWindowName | ( | const char * | pWindowName | ) |  |  | private | 
 
 
◆ UnLoadContent()
  
  | 
        
          | void Ketchup::UnLoadContent | ( |  | ) |  |  | private | 
 
 
◆ Update()
◆ KetchupAttorney
◆ p_instance
◆ p_settings
The documentation for this class was generated from the following files: