MCPcopy Create free account
hub / github.com/T-Troll/alienfx-tools / EventHandler

Method EventHandler

alienfx-gui/EventHandler.cpp:65–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65EventHandler::EventHandler()
66{
67 eve = this;
68 aProcesses = new DWORD[maxProcess >> 2];
69
70 // Check display...
71 //DEVMODE current;
72 //current.dmSize = sizeof(DEVMODE);
73 //if (EnumDisplaySettings(NULL, ENUM_CURRENT_SETTINGS, &current))
74 // currentFreq = current.dmDisplayFrequency;
75
76 ChangePowerState();
77 SwitchActiveProfile(conf->activeProfile, true);
78 if (conf->startMinimized) {
79 StartProfiles();
80 }
81 acStop = CreateEvent(NULL, false, false, NULL);
82}
83
84EventHandler::~EventHandler()
85{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected