Re: OnScrollOffsetChanged do not work
Posted: Fri Mar 09, 2018 11:22 am
The TChromium.OnScrollOffsetChanged event is executed in OSR mode only.
If you use TChromium in normal mode you will need to use a low level mouse hook with SetWindowsHookEx and WH_MOUSE_LL.
If you use TChromium in OSR mode you have all mouse events in TBufferPanel.
If you use TChromium in normal mode you will need to use a low level mouse hook with SetWindowsHookEx and WH_MOUSE_LL.
If you use TChromium in OSR mode you have all mouse events in TBufferPanel.