About Store Forum Documentation Contact



Post Reply 
August 2026
Author Message
Esenthel Offline
Administrator

Post: #1
August 2026
Updated Esenthel Source:
-added new function 'SoundPlayTry'
-optimized sound volume calculation

Name Changes:
VOLUME_* -> SOUND_*
Sqrt -> SqrtSafe
SqrtFast -> SqrtRaw
08-15-2026 05:04 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: August 2026
Updated Esenthel Source:
-implemented App.minWait / maxFPS, which can be used as frame limiter
-added:
enum MOUSE_BUTTON : Byte // button indexes
{
MB_LEFT ,
MB_RIGHT ,
MB_MIDDLE ,
MB_BACK ,
MB_FORWARD,
MB_WHEEL_LEFT , // Wheel Left , this occurs only in 'Inputs'
MB_WHEEL_RIGHT, // Wheel Right, this occurs only in 'Inputs'
MB_WHEEL_DOWN , // Wheel Down , this occurs only in 'Inputs'
MB_WHEEL_UP , // Wheel Up , this occurs only in 'Inputs'

-improved Gui ComboBox Menu management (now it's added/removed to Desktop only when needed)
08-29-2026 04:45 AM
Find all posts by this user Quote this message in a reply
Post Reply