#include <RhRdkRenderWindowEventSink.h>
This interface is deprecated in favor of CRhRdkRenderWindowMouseEventWatcher. 
◆ InterfaceId()
  
  | 
        
          | virtual UUID CRhRdkRenderWindowEventSink::InterfaceId | ( | void |  | ) | const |  | finaloverridevirtual | 
 
Returns the unique interface id of this extension. 
Implements CRhRdkExtension.
 
 
◆ OnLButtonDblClick()
  
  | 
        
          | virtual void CRhRdkRenderWindowEventSink::OnLButtonDblClick | ( | const CPoint & | pt | ) |  |  | pure virtual | 
 
 
◆ OnLButtonDown()
  
  | 
        
          | virtual void CRhRdkRenderWindowEventSink::OnLButtonDown | ( | const CPoint & | pt | ) |  |  | pure virtual | 
 
 
◆ OnLButtonUp()
  
  | 
        
          | virtual void CRhRdkRenderWindowEventSink::OnLButtonUp | ( | const CPoint & | pt | ) |  |  | pure virtual | 
 
 
◆ OnRButtonDblClick()
  
  | 
        
          | virtual void CRhRdkRenderWindowEventSink::OnRButtonDblClick | ( | const CPoint & | pt | ) |  |  | pure virtual | 
 
 
◆ OnRButtonDown()
  
  | 
        
          | virtual void CRhRdkRenderWindowEventSink::OnRButtonDown | ( | const CPoint & | pt | ) |  |  | pure virtual | 
 
 
◆ OnRButtonUp()
  
  | 
        
          | virtual void CRhRdkRenderWindowEventSink::OnRButtonUp | ( | const CPoint & | pt | ) |  |  | pure virtual |