Home
last modified time | relevance | path

Searched refs:joy (Results 1 – 25 of 2671) sorted by last modified time

12345678910>>...107

/dports/x11/controllermap/SDL2-2.0.18/test/
H A Dtestjoystick.c41 PrintJoystick(SDL_Joystick *joy) in PrintJoystick() argument
46 SDL_assert(SDL_JoystickFromInstanceID(SDL_JoystickInstanceID(joy)) == joy); in PrintJoystick()
47 SDL_JoystickGetGUIDString(SDL_JoystickGetGUID(joy), guid, sizeof (guid)); in PrintJoystick()
48 switch (SDL_JoystickGetType(joy)) { in PrintJoystick()
81 SDL_Log(" name: %s\n", SDL_JoystickName(joy)); in PrintJoystick()
86 SDL_Log(" axes: %d\n", SDL_JoystickNumAxes(joy)); in PrintJoystick()
87 SDL_Log(" balls: %d\n", SDL_JoystickNumBalls(joy)); in PrintJoystick()
88 SDL_Log(" hats: %d\n", SDL_JoystickNumHats(joy)); in PrintJoystick()
89 SDL_Log(" buttons: %d\n", SDL_JoystickNumButtons(joy)); in PrintJoystick()
90 SDL_Log(" instance id: %d\n", SDL_JoystickInstanceID(joy)); in PrintJoystick()
[all …]
/dports/www/amphetadesk/amphetadesk-src-v0.93.1/lib/
H A DAmphetaDesk.pm97 my $joy = ""; if (get_setting("app_os") eq "darwin") { $joy = "OS X? Good choice, my friend."; }
102 note("The operating system is '" . get_setting("app_os") . "'. " . $joy, 0);
/dports/textproc/link-grammar/link-grammar-5.8.0/data/en/words/
H A Dwords.n.1-const3692 joy.s
H A Dwords.n.3-const1733 joy.n-u
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/icecast/
H A Dicecast2119 grep joy.ogg /tmp/ice2.txt > /dev/null 2>&1
123 joyogg=`grep joy.ogg /tmp/ice2.txt | cut -d ":" -f 2 - `
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/
H A DChangeLog18214 loader: Learn about the joy of snprintf
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/x86/k6/
H A DREADME77 Prefetching of sources hasn't yet given any joy. With the 3DNow "prefetch"
/dports/mail/sqwebmail/stage/usr/local/share/doc/sqwebmail/
H A DChangeLog1208 2006-09-19 Josip Rodin <joy@entuzijast.net>
/dports/japanese/gawk/gawk-3.0.6/doc/
H A Dgawk.texi188 @center @i{To Chana, for the joy you bring us.}
535 @center To Chana, for the joy you bring us.
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMJoint.h60 void setJointOrientY(double joy) in setJointOrientY() argument
62 if(joy == 0) return; in setJointOrientY()
63 fprintf(mFile,"\tsetAttr \".jo.joy\" %f;\n", joy); in setJointOrientY()
/dports/graphics/freeglut/freeglut-3.2.1/src/x11/
H A Dfg_joystick_x11.c236 …int status = read ( joy->pJoystick.os->fd, &joy->pJoystick.os->ajs, sizeof(joy->pJoystick.os->ajs)… in fgPlatformJoystickRawRead()
255 …while ( ( len = read ( joy->pJoystick.os->fd, joy->pJoystick.os->hid_data_buf, joy->pJoystick.os->… in fgPlatformJoystickRawRead()
343 if ( joy->pJoystick.js.number < joy->num_axes ) in fgPlatformJoystickRawRead()
345joy->pJoystick.tmp_axes[ joy->pJoystick.js.number ] = ( float )joy->pJoystick.js.value; in fgPlatformJoystickRawRead()
421 joy->error =( joy->pJoystick.os->fd < 0 ); in fgPlatformJoystickOpen()
453 &joy->min[ 0 ], &joy->center[ 0 ], &joy->max[ 0 ], in fgPlatformJoystickOpen()
454 &joy->min[ 1 ], &joy->center[ 1 ], &joy->max[ 1 ] ); in fgPlatformJoystickOpen()
528 joy->error =( joy->pJoystick.fd < 0 ); in fgPlatformJoystickOpen()
543 ioctl( joy->pJoystick.fd, JSIOCGNAME( sizeof( joy->name ) ), joy->name ); in fgPlatformJoystickOpen()
560 fgJoystickRawRead( joy, NULL, joy->center ); in fgPlatformJoystickOpen()
[all …]
/dports/graphics/freeglut/freeglut-3.2.1/src/
H A Dfg_internal.h1070 void fgJoystickRawRead( SFG_Joystick* joy, int* buttons, float* axes );
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-0.34.0/src/ffi/
H A Dmod.rs498 pub fn glfwJoystickPresent(joy: c_int) -> c_int; in glfwJoystickPresent()
499 pub fn glfwGetJoystickAxes(joy: c_int, count: *mut c_int) -> *const c_float; in glfwGetJoystickAxes()
500 pub fn glfwGetJoystickButtons(joy: c_int, count: *mut c_int) -> *const c_uchar; in glfwGetJoystickButtons()
501 pub fn glfwGetJoystickName(joy: c_int) -> *const c_char; in glfwGetJoystickName()
/dports/graphics/wdune/wdune-1.926/src/SDLjoystick/bsd/
H A DSDL_sysjoystick.c207 joy->hwdata = hw; in SDL_SYS_JoystickOpen()
238 joy->naxes = 0; in SDL_SYS_JoystickOpen()
239 joy->nbuttons = 0; in SDL_SYS_JoystickOpen()
240 joy->nhats = 0; in SDL_SYS_JoystickOpen()
241 joy->nballs = 0; in SDL_SYS_JoystickOpen()
276 joy->naxes++; in SDL_SYS_JoystickOpen()
281 joy->nbuttons++; in SDL_SYS_JoystickOpen()
313 rep = &joy->hwdata->inreport; in SDL_SYS_JoystickUpdate()
389 close(joy->hwdata->fd); in SDL_SYS_JoystickClose()
390 free(joy->hwdata->path); in SDL_SYS_JoystickClose()
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/
H A DSConstruct4675 'common/arch/sdl/joy.cpp',
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DDSQ.cpp4292 if (almb && ActionMapper::getKeyState(almb->joy[0])) in onUpdate()
4295 if (armb && ActionMapper::getKeyState(armb->joy[0])) in onUpdate()
/dports/games/freeblocks/freeblocks-0.5/src/
H A Dsys.h200 extern SDL_Joystick* joy;
H A Dsys.c69 SDL_Joystick* joy = NULL; variable
406 if (joy && event.type != SDL_KEYDOWN && event.type != SDL_KEYUP) { in sysInput()
407 int joy_x = SDL_JoystickGetAxis(joy, 0); in sysInput()
408 int joy_y = SDL_JoystickGetAxis(joy, 1); in sysInput()
539 if (joy) SDL_JoystickClose(joy); in sysConfigApply()
540 if (SDL_NumJoysticks() > 0 && option_joystick > -1) joy = SDL_JoystickOpen(option_joystick); in sysConfigApply()
543 joy = NULL; in sysConfigApply()
/dports/games/alex4/alex4src/src/
H A Dcontrol.c58 if (joy[0].stick[0].axis[1].d1) c->flags |= K_UP; in poll_control()
59 if (joy[0].stick[0].axis[1].d2) c->flags |= K_DOWN; in poll_control()
60 if (joy[0].stick[0].axis[0].d1) c->flags |= K_LEFT; in poll_control()
61 if (joy[0].stick[0].axis[0].d2) c->flags |= K_RIGHT; in poll_control()
62 if (joy[0].button[1].b) c->flags |= K_FIRE; in poll_control()
63 if (joy[0].button[0].b) c->flags |= K_JUMP; in poll_control()
/dports/games/vavoom/vavoom-1.33/source/
H A Din_alleg.cpp429 if (joy[0].flags & JOYFLAG_CALIBRATE) in StartupJoystick()
444 while (joy[0].flags & JOYFLAG_CALIBRATE) in StartupJoystick()
488 for (i = 0; i < joy[0].num_buttons; i++) in ReadJoystick()
490 if (joy[0].button[i].b != joy_oldb[i]) in ReadJoystick()
492 GInput->KeyEvent(K_JOY1 + i, joy[0].button[i].b); in ReadJoystick()
493 joy_oldb[i] = joy[0].button[i].b; in ReadJoystick()
/dports/games/blobby/blobby-1.0/src/input_device/
H A DJoystickPool.cpp23 SDL_Joystick* joy = mJoyMap[id]; in getJoystick() local
25 if (!joy) in getJoystick()
29 return joy; in getJoystick()
62 joy = 0; in JoystickAction()
79 joy = JoystickPool::getSingleton().getJoystick(joyid); in JoystickAction()
90 joy = JoystickPool::getSingleton().getJoystick(action.joyid); in JoystickAction()
H A DJoystickInput.cpp79 if (action.joy != 0) in getAction()
86 if (SDL_JoystickGetAxis(action.joy, in getAction()
92 if (SDL_JoystickGetAxis(action.joy, in getAction()
99 if (SDL_JoystickGetButton(action.joy, in getAction()
H A DJoystickPool.h58 : type(_type), joy(0), joyid(_joyid), in JoystickAction()
67 SDL_Joystick* joy; member
/dports/games/freedroid/freedroid-1.0.2/src/
H A Dglobal.h222 EXTERN SDL_Joystick *joy; variable
/dports/games/glaxium/glaxium_0.5/
H A Dvariables.cpp409 joy=NULL; in initJoystick()
412 joy=SDL_JoystickOpen(0); in initJoystick()
413 if (joy==NULL) { in initJoystick()

12345678910>>...107