Files
Travis McLane 0e0db50dea ensure event listener is activated (hooks)
The OS X delegate listener for an event is only activated if the
`on` call is made for the event id.
This is an optimization to prevent flooding the application with
events that the application does not actually care about.
The `impl.on` call is what activates the response handler for the
event in question.  This logic was missing in the RegisterHooks()
function but is present in the `On()` function.  In the case of using
`On()` first followed by `RegisterHooks()` things work correctly.
2024-04-26 13:47:08 -05:00
..
2023-10-02 20:47:04 +11:00
2023-02-10 08:25:52 +11:00
2024-04-15 18:03:35 +10:00
2024-03-19 20:37:03 +11:00
2023-01-18 21:42:49 +11:00
2023-10-21 11:39:46 +11:00
2023-01-18 21:42:49 +11:00
2023-11-06 10:49:11 -06:00
2024-03-06 11:42:19 -06:00
2024-04-07 16:42:33 -05:00
2024-03-06 15:43:50 -06:00
2023-10-02 20:47:04 +11:00
2023-10-22 14:34:04 +11:00
2024-03-06 16:59:13 -06:00
2024-03-06 11:43:12 -06:00
2024-03-06 11:43:12 -06:00
2024-03-26 20:56:58 +11:00
2024-04-14 21:41:33 +10:00
2024-03-06 11:43:12 -06:00
2024-03-06 11:43:12 -06:00
2024-03-06 16:59:13 -06:00
2023-03-31 20:37:50 +11:00
2023-01-18 21:42:49 +11:00
2024-04-25 15:22:01 +10:00
2024-04-25 15:26:31 +10:00