Returns the hosting HWND.
| 40 | |
| 41 | // Returns the hosting HWND. |
| 42 | HWND GetHWND() { return m_window; } |
| 43 | |
| 44 | // The HWND of the source. This HWND is used to determine coordinates for |
| 45 | // mouse events that are sent to the renderer notifying various drag states. |
nothing calls this directly
no outgoing calls
no test coverage detected