| 4 | namespace DuiLib |
| 5 | { |
| 6 | CVerticalLayoutUI::CVerticalLayoutUI() : m_iSepHeight(0), m_uButtonState(0), m_bImmMode(false) |
| 7 | { |
| 8 | ptLastMouse.x = ptLastMouse.y = 0; |
| 9 | ::ZeroMemory(&m_rcNewPos, sizeof(m_rcNewPos)); |
| 10 | } |
| 11 | |
| 12 | LPCTSTR CVerticalLayoutUI::GetClass() const |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected