 |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
Go to the documentation of this file.
26 INT_PTR CALLBACK
About(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam);
38 INT_PTR CALLBACK
EngineInformation(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam);
50 INT_PTR CALLBACK
ErrorDialog(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam);
62 INT_PTR CALLBACK
FirstbootNotice(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam);
74 INT_PTR CALLBACK
FontTest(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam);
86 INT_PTR CALLBACK
SentryEventIdDialog(HWND dialog_handle, UINT message, WPARAM wParam, LPARAM lParam);
BLAM void Initialize()
Definition: win32.cpp:10
INT_PTR CALLBACK EngineInformation(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for Engine Information dialog.
Definition: engine_information.cpp:13
BLAM bool ShowFirstbootDialog()
Displays the Firstboot dialog.
Definition: firstboot.cpp:50
BLAM void DisableControl(HWND dialog, int field)
Disables the specified control.
Definition: utils.cpp:23
BLAM int ShowModal(int id)
Definition: win32.cpp:36
BLAM void AddItemToComboBox(HWND hDlg, int control_id, const char *item, int value)
Adds an item to the specified ComboBox control.
Definition: utils.cpp:37
BLAM void DisableControlThemes(HWND dialog, int field)
Disables visual themes for the specified control.
Definition: utils.cpp:11
BLAM void ShowSentryEventDialog()
Definition: sentry_event_notice.cpp:49
BLAM int ShowErrorDialogModal(std::string error_text, bool allow_continue=true, bool allow_safemode=true)
Displays the Error dialog as a modal dialog.
Definition: error_notice.cpp:122
BLAM void ShowFontTestDialog()
Displays the Font Test dialog.
Definition: font_test.cpp:280
BLAM void ShowAboutDialog()
Displays the About dialog.
Definition: about.cpp:50
INT_PTR CALLBACK About(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for About dialog.
Definition: about.cpp:10
BLAM void EnableControl(HWND dialog, int field)
Enables the specified control.
Definition: utils.cpp:30
BLAM void SetComboBoxSelectedItem(HWND hDlg, int control_id, const char *item)
Change the selected item in a ComboBox.
Definition: utils.cpp:45
BLAM bool SetControlText(HWND dialog, int field, const char *text)
Sets the text of the specified control.
Definition: utils.cpp:16
Offset font vertically by altering the io Font DisplayOffset value
Definition: README.txt:67
BLAM void ShowEngineInfoDialog()
Displays the Engine Information dialog.
Definition: engine_information.cpp:104
#define BLAM
Definition: dialogs.h:9
INT_PTR CALLBACK ErrorDialog(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for the Error dialog.
Definition: error_notice.cpp:18
BLAM void DisableWindowThemes(HWND dialog)
Disables visual themes for the specified dialog ().
Definition: utils.cpp:6
BLAM void ShowDialog(int id)
Definition: win32.cpp:24
INT_PTR CALLBACK FontTest(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for the Font Test dialog.
Definition: font_test.cpp:69
INT_PTR CALLBACK SentryEventIdDialog(HWND dialog_handle, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for Sentry Event ID dialog.
Definition: sentry_event_notice.cpp:11
INT_PTR CALLBACK FirstbootNotice(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for the Firstboot dialog.
Definition: firstboot.cpp:11