Elaztek Developer Hub
Blamite Game Engine - Keystone  00308.02.02.21.2032.blamite
A library that enables the use of Qt in Blamite's editing tools.
keystone_main.cpp File Reference

Functions

void keystone_init ()
 Initialize any data needed for Keystone/Qt. More...
 
BOOL APIENTRY DllMain (HMODULE module_handle, DWORD reason, LPVOID reserved)
 Entry point for keystone.dll. More...
 

Variables

QApplication * qt_application
 Pointer to the current Qt application. More...
 
HMODULE dll_handle
 Handle for the keystone library. More...
 

Function Documentation

◆ DllMain()

BOOL APIENTRY DllMain ( HMODULE  module_handle,
DWORD  reason,
LPVOID  reserved 
)

Entry point for keystone.dll.

◆ keystone_init()

void keystone_init ( )

Initialize any data needed for Keystone/Qt.

Variable Documentation

◆ dll_handle

HMODULE dll_handle

Handle for the keystone library.

◆ qt_application

QApplication* qt_application

Pointer to the current Qt application.