![]() |
Bearsampp 2025.8.29
API Documentation for Bearsampp
|
Go to the source code of this file.
Data Structures | |
| class | WinBinder |
Functions | |
| __winbinderEventHandler ($window, $id, $ctrl, $param1, $param2) | |
| __winbinderEventHandler | ( | $window, | |
| $id, | |||
| $ctrl, | |||
| $param1, | |||
| $param2 ) |
Event handler for WinBinder events.
This function is called by WinBinder when an event occurs. It retrieves the callback associated with the window and executes it. If a timer is associated with the callback, the timer is destroyed before executing the callback.
| mixed | $window | The window object where the event occurred. |
| int | $id | The ID of the event. |
| mixed | $ctrl | The control that triggered the event. |
| mixed | $param1 | The first parameter of the event. |
| mixed | $param2 | The second parameter of the event. |
Definition at line 1139 of file class.winbinder.php.