Cosmetic changes.

This commit is contained in:
spx
2012-02-20 09:37:46 +00:00
parent 3c98527338
commit b0046d2968
7 changed files with 20 additions and 26 deletions

View File

@ -312,7 +312,7 @@ bool CMeterButton::MouseMove(POINT pos)
else
{
// If the left button is not down anymore the clicked state needs to be set false
if (!(GetKeyState(VK_LBUTTON) < 0))
if (!IsLButtonDown())
{
m_Clicked = false;
}