Home
last modified time | relevance | path

Searched refs:jball (Results 1 – 25 of 134) sorted by relevance

123456

/dports/devel/sdl12/SDL-1.2.15/test/
H A Dtestjoystick.c70 event.jball.which, in WatchJoystick()
71 event.jball.ball, in WatchJoystick()
72 event.jball.xrel, in WatchJoystick()
73 event.jball.yrel); in WatchJoystick()
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/test/
H A Dtestjoystick.c70 event.jball.which, in WatchJoystick()
71 event.jball.ball, in WatchJoystick()
72 event.jball.xrel, in WatchJoystick()
73 event.jball.yrel); in WatchJoystick()
/dports/devel/sdlmm/SDLmm-0.1.8/src/
H A Dsdlmm_event.cpp143 ev_handled = handler.HandleJoyBallEvent(event.jball.which, in HandleEvents()
144 event.jball.ball, in HandleEvents()
145 event.jball.xrel, in HandleEvents()
146 event.jball.yrel); in HandleEvents()
/dports/devel/sdl20/SDL2-2.0.18/test/
H A Dtestjoystick.c161 event.jball.which, in loop()
162 event.jball.ball, event.jball.xrel, event.jball.yrel); in loop()
/dports/x11/controllermap/SDL2-2.0.18/test/
H A Dtestjoystick.c161 event.jball.which, in loop()
162 event.jball.ball, event.jball.xrel, event.jball.yrel); in loop()
/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Disysev.c1029 if (sdlev.jball.which > SKDEV_ID_MAX || sdlev.jball.ball > MAX_JS_BALLS) in event_loop()
1033 ev.bits.dev_id = 1 + sdlev.jball.which; in event_loop()
1034 if (sdlev.jball.xrel < -JS_BALL_THRESHOLD) { in event_loop()
1035 ev.bits.keycode = JS_BALL_TO_KEYCODE(sdlev.jball.ball, JS_DIR_LEFT); in event_loop()
1037 } else if (sdlev.jball.xrel > JS_BALL_THRESHOLD) { in event_loop()
1038 ev.bits.keycode = JS_BALL_TO_KEYCODE(sdlev.jball.ball, JS_DIR_RIGHT); in event_loop()
1041 if (sdlev.jball.yrel < -JS_BALL_THRESHOLD) { in event_loop()
1042 ev.bits.keycode = JS_BALL_TO_KEYCODE(sdlev.jball.ball, JS_DIR_UP); in event_loop()
1044 } else if (sdlev.jball.yrel > JS_BALL_THRESHOLD) { in event_loop()
1045 ev.bits.keycode = JS_BALL_TO_KEYCODE(sdlev.jball.ball, JS_DIR_DOWN); in event_loop()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmButtons/
H A Dsamplebuttonrc7 (Icon jball.xpm Title Dump Action DumpButtons)
8 (Icon jball.xpm Title Save Action SaveButtons)
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmButtons/
H A Dsamplebuttonrc7 (Icon jball.xpm Title Dump Action DumpButtons)
8 (Icon jball.xpm Title Save Action SaveButtons)
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/test/
H A Dtestjoystick.c87 event.jball.which, in loop()
88 event.jball.ball, event.jball.xrel, event.jball.yrel); in loop()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/test/
H A Dtestjoystick.c87 event.jball.which, in loop()
88 event.jball.ball, event.jball.xrel, event.jball.yrel); in loop()
/dports/devel/sdl12/SDL-1.2.15/src/joystick/
H A DSDL_joystick.c511 event.jball.type = SDL_JOYBALLMOTION; in SDL_PrivateJoystickBall()
512 event.jball.which = joystick->index; in SDL_PrivateJoystickBall()
513 event.jball.ball = ball; in SDL_PrivateJoystickBall()
514 event.jball.xrel = xrel; in SDL_PrivateJoystickBall()
515 event.jball.yrel = yrel; in SDL_PrivateJoystickBall()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/joystick/
H A DSDL_joystick.c487 event.jball.type = SDL_JOYBALLMOTION; in SDL_PrivateJoystickBall()
488 event.jball.which = joystick->index; in SDL_PrivateJoystickBall()
489 event.jball.ball = ball; in SDL_PrivateJoystickBall()
490 event.jball.xrel = xrel; in SDL_PrivateJoystickBall()
491 event.jball.yrel = yrel; in SDL_PrivateJoystickBall()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/dependencies/lib-SDL2-2.0.8-mingw/test/
H A Dtestjoystick.c87 event.jball.which, in loop()
88 event.jball.ball, event.jball.xrel, event.jball.yrel); in loop()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/SDL2/test/
H A Dtestjoystick.c87 event.jball.which, in loop()
88 event.jball.ball, event.jball.xrel, event.jball.yrel); in loop()
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Util/
H A DJApp.cpp253 __OnJoyBall(e.jball.which, e.jball.ball, e.jball.xrel, e.jball.yrel); in UpdateEvents()
/dports/devel/p5-SDL/SDL-2.548/src/Core/objects/
H A DEvent.xs34 SDL_JoyBallEvent jball; variable
528 RETVAL = &(event->jball);
536 SDL_JoyBallEvent * a = &(event->jball);
551 SDL_JoyBallEvent * a = &(event->jball);
566 SDL_JoyBallEvent * a = &(event->jball);
581 SDL_JoyBallEvent * a = &(event->jball);
596 SDL_JoyBallEvent * a = &(event->jball);
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/joystick/
H A DSDL_joystick.c672 event.jball.type = SDL_JOYBALLMOTION; in SDL_PrivateJoystickBall()
673 event.jball.which = joystick->instance_id; in SDL_PrivateJoystickBall()
674 event.jball.ball = ball; in SDL_PrivateJoystickBall()
675 event.jball.xrel = xrel; in SDL_PrivateJoystickBall()
676 event.jball.yrel = yrel; in SDL_PrivateJoystickBall()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/joystick/
H A DSDL_joystick.c672 event.jball.type = SDL_JOYBALLMOTION; in SDL_PrivateJoystickBall()
673 event.jball.which = joystick->instance_id; in SDL_PrivateJoystickBall()
674 event.jball.ball = ball; in SDL_PrivateJoystickBall()
675 event.jball.xrel = xrel; in SDL_PrivateJoystickBall()
676 event.jball.yrel = yrel; in SDL_PrivateJoystickBall()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/joystick/
H A DSDL_joystick.c672 event.jball.type = SDL_JOYBALLMOTION; in SDL_PrivateJoystickBall()
673 event.jball.which = joystick->instance_id; in SDL_PrivateJoystickBall()
674 event.jball.ball = ball; in SDL_PrivateJoystickBall()
675 event.jball.xrel = xrel; in SDL_PrivateJoystickBall()
676 event.jball.yrel = yrel; in SDL_PrivateJoystickBall()
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Deventsmanager.cpp492 event.jball.which, event.jball.ball, in logEvent()
493 event.jball.xrel, event.jball.yrel); in logEvent()
/dports/games/frogatto/frogatto-1.3.1/src/
H A Diphone_controls.cpp160 int x = event.type == SDL_JOYBALLMOTION ? event.jball.xrel : event.jbutton.x; in handle_event()
161 int y = event.type == SDL_JOYBALLMOTION ? event.jball.yrel : event.jbutton.y; in handle_event()
162 int i = event.type == SDL_JOYBALLMOTION ? event.jball.ball : event.jbutton.button; in handle_event()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/joystick/
H A DSDL_joystick.c776 event.jball.type = SDL_JOYBALLMOTION; in SDL_PrivateJoystickBall()
777 event.jball.which = joystick->instance_id; in SDL_PrivateJoystickBall()
778 event.jball.ball = ball; in SDL_PrivateJoystickBall()
779 event.jball.xrel = xrel; in SDL_PrivateJoystickBall()
780 event.jball.yrel = yrel; in SDL_PrivateJoystickBall()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/events/
H A DSDL_events.c219 (uint) event->jball.timestamp, (int) event->jball.which, in SDL_DebugPrintEvent()
220 (uint) event->jball.ball, (int) event->jball.xrel, (int) event->jball.yrel); in SDL_DebugPrintEvent()
/dports/emulators/jzintv/jzintv-20200712-src/src/joy/
H A Djoy_sdl.c885 ev->jball.which, ev->jball.ball, in joy_decode_event()
886 ev->jball.xrel, ev->jball.yrel); in joy_decode_event()
/dports/devel/sdl20/SDL2-2.0.18/src/events/
H A DSDL_events.c304 (uint) event->jball.timestamp, (int) event->jball.which, in SDL_LogEvent()
305 (uint) event->jball.ball, (int) event->jball.xrel, (int) event->jball.yrel); in SDL_LogEvent()

123456