Home
last modified time | relevance | path

Searched refs:MOTION (Results 1 – 25 of 3448) sorted by last modified time

12345678910>>...138

/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dfunctions.c1434 char type = MOTION; in ComplexFunction()
/dports/x11-clocks/glclock/glclock-6.0b6.0/
H A Dglclock.H436 #define MOTION 0 macro
/dports/x11/mate-dock-applet/mate-dock-applet-21.10.0/src/
H A Ddock_applet.in664 applet.drag_dest_set(Gtk.DestDefaults.MOTION, None, Gdk.DragAction.COPY)
/dports/textproc/urlview/urlview-45443109/
H A Durlview.c64 MOTION enumerator
79 *redraw = MOTION; in search_forward()
118 *redraw = MOTION; in search_backward()
477 else if (redraw == MOTION)
504 redraw = MOTION;
516 redraw = MOTION;
530 redraw = MOTION;
542 redraw = MOTION;
553 redraw = MOTION;
566 redraw = MOTION;
[all …]
/dports/mail/alpine/alpine-465e23b/pith/
H A Dpine.hlp14432 CURSOR MOTION KEYS           &nbsp…
14763 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14779 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
15250 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15267 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15295 CURSOR MOTION KEYS |EDITING KEYS
15313 CURSOR MOTION KEYS |EDITING KEYS
15362 CURSOR MOTION KEYS |EDITING KEYS
15380 CURSOR MOTION KEYS |EDITING KEYS
22097 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
[all …]
H A Dpine.hlp.presed14432 CURSOR&nbsp;MOTION&nbsp;KEYS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp…
14763 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14779 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
15250 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15267 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15295 CURSOR MOTION KEYS |EDITING KEYS
15313 CURSOR MOTION KEYS |EDITING KEYS
15362 CURSOR MOTION KEYS |EDITING KEYS
15380 CURSOR MOTION KEYS |EDITING KEYS
22097 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DInput.h9 #define MOTION(i) ((JOYPADS*KEYS_PER_PAD)+i) macro
H A DJoypad.cpp341 CopyKeys(up.m_Keys, theApp.input->joypaddata[MOTION(KEY_UP)]); in OnInitDialog()
344 CopyKeys(down.m_Keys, theApp.input->joypaddata[MOTION(KEY_DOWN)]); in OnInitDialog()
347 CopyKeys(left.m_Keys, theApp.input->joypaddata[MOTION(KEY_LEFT)]); in OnInitDialog()
350 CopyKeys(right.m_Keys, theApp.input->joypaddata[MOTION(KEY_RIGHT)]); in OnInitDialog()
370 AssignKey(theApp.input->joypaddata[MOTION(KEY_LEFT)],key); in assignKey()
373 AssignKey(theApp.input->joypaddata[MOTION(KEY_RIGHT)],key); in assignKey()
376 AssignKey(theApp.input->joypaddata[MOTION(KEY_UP)],key); in assignKey()
379 AssignKey(theApp.input->joypaddata[MOTION(KEY_DOWN)],key); in assignKey()
386 AssignKeys(up.m_Keys,theApp.input->joypaddata[MOTION(KEY_UP)]); in assignKeys()
387 AssignKeys(down.m_Keys, theApp.input->joypaddata[MOTION(KEY_DOWN)]); in assignKeys()
[all …]
H A DDirectInput.cpp129 winReadKey("Motion_Left", theApp.input->joypaddata[MOTION(KEY_LEFT)]); in winReadKeys()
131 winReadKey("Motion_Up", theApp.input->joypaddata[MOTION(KEY_UP)]); in winReadKeys()
132 winReadKey("Motion_Down", theApp.input->joypaddata[MOTION(KEY_DOWN)]); in winReadKeys()
179 theApp.input->joypaddata[MOTION(KEY_LEFT)]); in winSaveKeys()
181 theApp.input->joypaddata[MOTION(KEY_RIGHT)]); in winSaveKeys()
183 theApp.input->joypaddata[MOTION(KEY_UP)]); in winSaveKeys()
185 theApp.input->joypaddata[MOTION(KEY_DOWN)]); in winSaveKeys()
753 if(checkKey(theApp.input->joypaddata[MOTION(KEY_LEFT)])) { in checkMotionKeys()
763 } else if(checkKey(theApp.input->joypaddata[MOTION(KEY_RIGHT)])) { in checkMotionKeys()
783 if(checkKey(theApp.input->joypaddata[MOTION(KEY_UP)])) { in checkMotionKeys()
[all …]
/dports/emulators/simh/simh-3.9.0_5/H316/
H A Dh316_stddev.c150 { FLDATA (MOTION, ptr_motion, 0) },
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/dict/
H A Droget2658 MOTION
2660 1. MOTION IN GENERAL
2771 2. DEGREES OF MOTION
2798 3. MOTION CONJOINED WITH FORCE
2820 4. MOTION WITH REFERENCE TO DIRECTION
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphunixx11.c5727 if ((action&MOTION) != 0) in trackcursor()
5755 if ((action&MOTION) != 0) in trackcursor()
6849 if ((gra_lasteventstate&(MOTION|BUTTONUP)) == MOTION) in gra_timerticked()
6919 if ((state&MOTION) == 0) break; in gra_pickupnextevent()
6920 if ((gra_eventqueuehead->inputstate&MOTION) == 0) break; in gra_pickupnextevent()
7403 state = MOTION | BUTTONUP; in gra_graphics_event_handler()
7415 state = MOTION; in gra_graphics_event_handler()
8225 if (inputstate == MOTION || inputstate == (MOTION|BUTTONUP)) in gra_logwriteaction()
8237 if ((inputstate&MOTION) != 0) in gra_logwriteaction()
8528 gra_inputstate = MOTION; in gra_loggetnextaction()
[all …]
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Ddecoration_input_test.cpp79 #define MOTION(target) \ macro
185 MOTION(QPoint(c->frameGeometry().center().x(), c->clientPos().y() / 2)); in testAxis()
204 MOTION(decoPoint); in testAxis()
231 MOTION(QPoint(c->frameGeometry().center().x(), c->clientPos().y() / 2)); in testDoubleClick()
250 MOTION(decoPoint); in testDoubleClick()
326 MOTION(QPoint(c->frameGeometry().center().x(), c->clientPos().y() / 2)); in testHover()
340 MOTION(QPoint(c->frameGeometry().x(), 0)); in testHover()
342 MOTION(QPoint(c->frameGeometry().x() + c->frameGeometry().width() / 2, 0)); in testHover()
352 MOTION(QPoint(c->frameGeometry().x(), c->height() + deviation())); in testHover()
354 MOTION(QPoint(c->frameGeometry().x() - 1, c->height() / 2)); in testHover()
[all …]
H A Dlockscreen.cpp120 #define MOTION(target) \ macro
250 MOTION(c->frameGeometry().center()); in testPointer()
259 MOTION(c->frameGeometry().center()); in testPointer()
267 MOTION(c->frameGeometry().center()); in testPointer()
276 MOTION(c->frameGeometry().center()); in testPointer()
430 MOTION(QPoint(5, 5)); in testScreenEdge()
435 MOTION(QPoint(4, 4)); in testScreenEdge() local
441 MOTION(QPoint(5, 5)); in testScreenEdge() local
454 MOTION(QPoint(5, 5)); in testEffects()
464 MOTION(QPoint(6, 6)); in testEffects() local
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/tutor/en/
H A Dvim-01-beginner.tutor257 # Lesson 2.4: USING A COUNT FOR A MOTION
/dports/net/wireshark-lite/wireshark-3.6.1/
H A Dmanuf28411 70:B3:D5:27:C0:00/36 MOTIONLI MOTION LIB,Inc.
/dports/net/wireshark/wireshark-3.6.1/
H A Dmanuf28411 70:B3:D5:27:C0:00/36 MOTIONLI MOTION LIB,Inc.
/dports/net/tshark-lite/wireshark-3.6.1/
H A Dmanuf28411 70:B3:D5:27:C0:00/36 MOTIONLI MOTION LIB,Inc.
/dports/net/tshark/wireshark-3.6.1/
H A Dmanuf28411 70:B3:D5:27:C0:00/36 MOTIONLI MOTION LIB,Inc.
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dbframe.c175 #define MOTION 1 macro
458 dct_data[y][x].useMotion = MOTION;
/dports/science/afni/afni-AFNI_21.3.16/src/mpegtoppm_dir/libmpeg2/
H A Dslice.c998 #define MOTION(table,ref,motion_x,motion_y,size,y) \ macro
1067 MOTION (table, motion->ref[0], motion_x, motion_y, 16, 0); in motion_mp1()
1095 MOTION (table, motion->ref[0], motion_x, motion_y, 16, 0); in motion_fr_frame()
1225 MOTION (table, motion->ref[0], motion_x, motion_y, 16, 0); in motion_reuse()
1299 MOTION (table, ref_field, motion_x, motion_y, 16, 0); in motion_fi_field()
1330 MOTION (table, ref_field, motion_x, motion_y, 8, 0); in motion_fi_16x8()
1347 MOTION (table, ref_field, motion_x, motion_y, 8, 8); in motion_fi_16x8()
1377 MOTION (mpeg2_mc.put, motion->ref[0], motion_x, motion_y, 16, 0); in motion_fi_dmv()
1378 MOTION (mpeg2_mc.avg, motion->ref[1], other_x, other_y, 16, 0); in motion_fi_dmv()
/dports/astro/stellarium/stellarium-0.21.3/guide/
H A Dguide.bib153 …ion, Perigees, Perturbation Theory, Time Dependence, MOON, MAIN PROBLEM, MOTION, PERTURBATIONS, EA…
/dports/games/stratagus/stratagus-3.2.0/src/guichan/include/guichan/
H A Dmouseinput.h142 MOTION enumerator
/dports/games/stratagus/stratagus-3.2.0/src/guichan/sdl/
H A Dsdlinput.cpp210 mouseInput.setType(MouseInput::MOTION); in pushInput()
231 mouseInput.setType(MouseInput::MOTION); in pushInput()
/dports/games/stratagus/stratagus-3.2.0/src/guichan/
H A Dwidget.cpp404 case MouseInput::MOTION: in _mouseInputMessage()

12345678910>>...138