Searched refs:povstate (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Din_win.c959 DWORD buttonstate, povstate; local
991 povstate = 0;
995 povstate |= 0x01;
997 povstate |= 0x02;
999 povstate |= 0x04;
1001 povstate |= 0x08;
1006 if ( (povstate & (1<<i)) && !(joy_oldpovstate & (1<<i)) )
1011 if ( !(povstate & (1<<i)) && (joy_oldpovstate & (1<<i)) )
1016 joy_oldpovstate = povstate;
/external/quake/quake/src/WinQuake/
H A Din_win.cpp966 DWORD buttonstate, povstate; local
998 povstate = 0;
1002 povstate |= 0x01;
1004 povstate |= 0x02;
1006 povstate |= 0x04;
1008 povstate |= 0x08;
1013 if ( (povstate & (1<<i)) && !(joy_oldpovstate & (1<<i)) )
1018 if ( !(povstate & (1<<i)) && (joy_oldpovstate & (1<<i)) )
1023 joy_oldpovstate = povstate;

Completed in 58 milliseconds