OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions | Variables
UIPopup.h File Reference
#include <string>

Functions

void DrawPopupWindow (unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight)
 

Variables

GraphicsImageparchment
 
GraphicsImagemessagebox_corner_x
 
GraphicsImagemessagebox_corner_y
 
GraphicsImagemessagebox_corner_z
 
GraphicsImagemessagebox_corner_w
 
GraphicsImagemessagebox_border_top
 
GraphicsImagemessagebox_border_bottom
 
GraphicsImagemessagebox_border_left
 
GraphicsImagemessagebox_border_right
 
bool holdingMouseRightButton
 
bool rightClickItemActionPerformed
 
bool identifyOrRepairReactionPlayed
 

Function Documentation

◆ DrawPopupWindow()

void DrawPopupWindow ( unsigned int  uX,
unsigned int  uY,
unsigned int  uWidth,
unsigned int  uHeight 
)

Variable Documentation

◆ holdingMouseRightButton

bool holdingMouseRightButton
extern

◆ identifyOrRepairReactionPlayed

bool identifyOrRepairReactionPlayed
extern

◆ messagebox_border_bottom

GraphicsImage* messagebox_border_bottom
extern

◆ messagebox_border_left

GraphicsImage* messagebox_border_left
extern

◆ messagebox_border_right

GraphicsImage* messagebox_border_right
extern

◆ messagebox_border_top

GraphicsImage* messagebox_border_top
extern

◆ messagebox_corner_w

GraphicsImage* messagebox_corner_w
extern

◆ messagebox_corner_x

GraphicsImage* messagebox_corner_x
extern

◆ messagebox_corner_y

GraphicsImage* messagebox_corner_y
extern

◆ messagebox_corner_z

GraphicsImage* messagebox_corner_z
extern

◆ parchment

GraphicsImage* parchment
extern

◆ rightClickItemActionPerformed

bool rightClickItemActionPerformed
extern