HomeSort by relevance Sort by last modified time
    Searched full:povstate (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/client/
in_win.c 959 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/
in_win.cpp 966 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 126 milliseconds