Could someone help me out?
What I need is for someone to do out the etc. part of the
if( (p1_wheel & 0xC0) == 0xC0 )
{
//hat control is pushed right
}
else if( (p1_wheel & 0xA4) == 0xA4 )
{
//hat control is pushed down-left
}
...
et cetera
...
thing so I can do this right. I'm a tad but slow when it comes to binary and hex
