ErosOlmi
25-02-2007, 18:13
Hi all,
in order to keep bundled exe file at the minimum size, I've asked Petr to integrate into TBGL module few functions taken from UI module.
In this way it will not be necessary to include UI module just for few keyboard and window functions.
So, the following UI functions will have their counterparts in TBGL module:
IsWindow will be tbgl_IsWindow
GetAsyncKeyState will be tbgl_GetAsyncKeyState
GetWindowKeyState will be TBGL_GetWindowKeyState
Quite ready new preview.
Eros
in order to keep bundled exe file at the minimum size, I've asked Petr to integrate into TBGL module few functions taken from UI module.
In this way it will not be necessary to include UI module just for few keyboard and window functions.
So, the following UI functions will have their counterparts in TBGL module:
IsWindow will be tbgl_IsWindow
GetAsyncKeyState will be tbgl_GetAsyncKeyState
GetWindowKeyState will be TBGL_GetWindowKeyState
Quite ready new preview.
Eros