| 4 | namespace DuiLib |
| 5 | { |
| 6 | CHorizontalLayoutUI::CHorizontalLayoutUI() : m_iSepWidth(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 CHorizontalLayoutUI::GetClass() const |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected