01-06-2025, 07:33 PM
@Dano
yeah, it's a huge mouse library!
well shared!
Thank you also for making me discover another new (not so new but I didn't know its existence) awesome QB64pe keyword:
so QB64pe from v3.14 is able to manage the singleton issue also if we don't use objects or classes but surely declaration of constants and shared variables and subs and functions. It will be a big pity if you need to streap away included files of initialization from different parts of a project, each time you must compile and test the part in development interacting with the others.
Sinclude wiki
singleton pattern
PS my screen setting is smaller than windows used from the demo but it runs ok
yeah, it's a huge mouse library!
well shared!
Thank you also for making me discover another new (not so new but I didn't know its existence) awesome QB64pe keyword:
Code: (Select All)
$includeonce
so QB64pe from v3.14 is able to manage the singleton issue also if we don't use objects or classes but surely declaration of constants and shared variables and subs and functions. It will be a big pity if you need to streap away included files of initialization from different parts of a project, each time you must compile and test the part in development interacting with the others.
Sinclude wiki
singleton pattern
PS my screen setting is smaller than windows used from the demo but it runs ok