help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NewB Question


From: ArbolOne
Subject: NewB Question
Date: Sun, 12 Dec 2010 08:07:33 -0800 (PST)
User-agent: G2/1.0

In this function:
static inline void vlc_mouse_SetPressed( vlc_mouse_t *p_mouse,
                                         int i_button )
{
    p_mouse->i_pressed |= 1 << i_button;
}

What is the meaning of 'p_mouse->i_pressed |= 1 << i_button;' ??


reply via email to

[Prev in Thread] Current Thread [Next in Thread]