1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-31 17:00:16 +00:00
qb64/source/subs_functions
FellippeHeitor 5922d112bf Adds _WINDOWHANDLE, _WINDOWHASFOCUS and _TITLE$ (function).
- _WINDOWHANDLE exposes the current window's handle (Windows-only).
- _WINDOWHASFOCUS returns true (-1) when the program is the foremost window (Windows-only). Always returns -1 in other OSes.
- _TITLE$ (function) returns the last title set using the _TITLE statement.
2017-09-24 08:12:13 -03:00
..
extensions Added function _SCREENICON to tell us if the window has been minimized to the taskbar (Iconified) 2015-08-08 12:50:45 -04:00
subs_functions.bas Adds _WINDOWHANDLE, _WINDOWHASFOCUS and _TITLE$ (function). 2017-09-24 08:12:13 -03:00