Home
last modified time | relevance | path

Searched refs:PRESSED_BTN_MARGIN (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmButton.cpp52 #define PRESSED_BTN_MARGIN (4.f) in SmButton() macro
56 …m_PushButton->SetVertex( 0, x - PRESSED_BTN_MARGIN, y - PRESSED_BTN_MARGIN, nw::ut::Colo… in SmButton()
57 …m_PushButton->SetVertex( 1, x - PRESSED_BTN_MARGIN, y + h + PRESSED_BTN_MARGIN, nw::ut::Colo… in SmButton()
58 …m_PushButton->SetVertex( 2, x + w + PRESSED_BTN_MARGIN, y - PRESSED_BTN_MARGIN, nw::ut::Colo… in SmButton()
59 …m_PushButton->SetVertex( 3, x + w + PRESSED_BTN_MARGIN, y + h + PRESSED_BTN_MARGIN, nw::ut::Colo… in SmButton()