Hello! I would like to track mouse events (OnMouseMove, onMouseEnter, etc.) for the display window of a TLCLVLCPlayer component (for example TPanel), however, neither the component itself, nor the panel, nor even the form either have handlers or do not respond to them when playing a video. I think that the TLCLVLCPlayer component creates another window inside the TPanel, and if the TPanel overlaps the entire form, then the TLCLVLCPlayer window intercepts all events, but it does not have the appropriate handlers. How can I access these handlers?