Xenon
A framework for cheat development.
 
Loading...
Searching...
No Matches
UIConfig Class Reference

UI config. More...

#include <ui_config.hpp>

Collaboration diagram for UIConfig:

Public Attributes

int m_nMouseType = 0
 
ImColor m_cMouse = ImColor(255, 255, 255, 255)
 
int m_nCrosshairType = 0
 
float m_fCrosshair = 10
 
ImColor m_cCrosshair = ImColor(255, 255, 255, 255)
 
ImColor m_cMenuBg = ImColor(19, 54, 52, 255)
 
ImColor m_cMenuBgFor = ImColor(20, 77, 73, 255)
 
ImColor m_cMenuBgFor2 = ImColor(23, 97, 92, 255)
 
ImColor m_cMenuOff = ImColor(16, 115, 81, 255)
 
ImColor m_cMenuAccent = ImColor(24, 173, 122, 255)
 
std::function< void()> m_fnCustomTheme
 
std::function< void()> m_fnCustomNotification
 
std::function< void()> m_fnCustomMenu
 
std::vector< std::function< void()> > m_vFnWindows {}
 
std::vector< std::function< void()> > m_vFnOverlays {}
 
QuickActionsm_qActions = new QuickActions()
 

Detailed Description

UI config.

This config is responsible for the UI settings.

Member Data Documentation

◆ m_cCrosshair

ImColor UIConfig::m_cCrosshair = ImColor(255, 255, 255, 255)

◆ m_cMenuAccent

ImColor UIConfig::m_cMenuAccent = ImColor(24, 173, 122, 255)

◆ m_cMenuBg

ImColor UIConfig::m_cMenuBg = ImColor(19, 54, 52, 255)

◆ m_cMenuBgFor

ImColor UIConfig::m_cMenuBgFor = ImColor(20, 77, 73, 255)

◆ m_cMenuBgFor2

ImColor UIConfig::m_cMenuBgFor2 = ImColor(23, 97, 92, 255)

◆ m_cMenuOff

ImColor UIConfig::m_cMenuOff = ImColor(16, 115, 81, 255)

◆ m_cMouse

ImColor UIConfig::m_cMouse = ImColor(255, 255, 255, 255)

◆ m_fCrosshair

float UIConfig::m_fCrosshair = 10

◆ m_fnCustomMenu

std::function<void()> UIConfig::m_fnCustomMenu

◆ m_fnCustomNotification

std::function<void()> UIConfig::m_fnCustomNotification

◆ m_fnCustomTheme

std::function<void()> UIConfig::m_fnCustomTheme

◆ m_nCrosshairType

int UIConfig::m_nCrosshairType = 0

◆ m_nMouseType

int UIConfig::m_nMouseType = 0

◆ m_qActions

QuickActions* UIConfig::m_qActions = new QuickActions()

◆ m_vFnOverlays

std::vector<std::function<void()> > UIConfig::m_vFnOverlays {}

◆ m_vFnWindows

std::vector<std::function<void()> > UIConfig::m_vFnWindows {}

The documentation for this class was generated from the following file: