samedi 24 décembre 2016

The Symbol "&" in GetAsyncKeyState

if (GetAsyncKeyState(key) & 0x8000)

What is the meaning of "&" in the if statement above? Why we need to use it?

Aucun commentaire:

Enregistrer un commentaire