Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

OnScrollOffsetChanged do not work

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: OnScrollOffsetChanged do not work

Post by salvadordf »

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.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: OnScrollOffsetChanged do not work

Post by salvadordf »

Post Reply