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

  /external/quake/quake/src/QW/client/
in_win.c 793 JOYCAPS jc; local
830 memset (&jc, 0, sizeof(jc));
831 if ((mmr = joyGetDevCaps (joy_id, &jc, sizeof(jc))) != JOYERR_NOERROR)
838 joy_numbuttons = jc.wNumButtons;
839 joy_haspov = jc.wCaps & JOYCAPS_HASPOV;
  /external/quake/quake/src/WinQuake/
in_win.cpp 800 JOYCAPS jc; local
837 memset (&jc, 0, sizeof(jc));
838 if ((mmr = joyGetDevCaps (joy_id, &jc, sizeof(jc))) != JOYERR_NOERROR)
845 joy_numbuttons = jc.wNumButtons;
846 joy_haspov = jc.wCaps & JOYCAPS_HASPOV;

Completed in 383 milliseconds