Searched refs:pressed (Results 1 – 7 of 7) sorted by relevance
| /plan9/sys/src/libcontrol/ |
| H A D | textbutton3.c | 25 int pressed; member 100 t->pressed ^= 1; in textbutton3mouse() 105 chanprint(t->event, t->format, t->name, t->pressed, m->xy.x, m->xy.y); in textbutton3mouse() 108 t->pressed ^= 1; in textbutton3mouse() 115 t->pressed ^= 2; in textbutton3mouse() 120 chanprint(t->event, t->format, t->name, t->pressed, m->xy.x, m->xy.y); in textbutton3mouse() 123 t->pressed ^= 2; in textbutton3mouse() 130 t->pressed ^= 4; in textbutton3mouse() 135 chanprint(t->event, t->format, t->name, t->pressed, m->xy.x, m->xy.y); in textbutton3mouse() 138 t->pressed ^= 4; in textbutton3mouse() [all …]
|
| H A D | button.c | 19 int pressed; member 93 else if(b->pressed) in buttonshow() 95 b->lastshow = b->pressed; in buttonshow() 121 b->prepress = b->pressed; in buttonmouse() 122 if (b->pressed) in buttonmouse() 123 b->pressed = 0; in buttonmouse() 125 b->pressed = m->buttons & 7; in buttonmouse() 129 chanprint(b->event, b->format, b->name, b->pressed); in buttonmouse() 132 b->pressed = b->prepress; in buttonmouse() 235 if((cp->iargs[1]!=0) != b->pressed){ in buttonctl() [all …]
|
| H A D | textbutton.c | 22 int pressed; member 102 t->prepress = t->pressed; in textbuttonmouse() 103 if (t->pressed) in textbuttonmouse() 104 t->pressed = 0; in textbuttonmouse() 106 t->pressed = 1; in textbuttonmouse() 110 chanprint(t->event, t->format, t->name, t->pressed); in textbuttonmouse() 113 t->pressed = t->prepress; in textbuttonmouse() 150 if(t->hidden || (t->lastshow == t->pressed && t->showoff == t->off)) in textbuttonshow() 169 else if(t->pressed) in textbuttonshow() 181 if(t->off || t->pressed) in textbuttonshow() [all …]
|
| /plan9/usr/glenda/ |
| H A D | readme.rio | 160 when ESC is pressed to put the window in hold mode.
|
| /plan9/sys/man/ |
| H A D | searchindex | 3 …ay played playing playlist playlistfs posted prepended prepends presents pressed provides pseudo r… 93 …ent plain plumb plumbing pointed pointing possibly pre prefixed prepared pressed pressing print pr… 232 …an plans pointer pop portion positioned precede presented presents press pressed pressedtextcolor … 239 …note notification offset omitted opened ops optional owner pointing port pressed private processed… 246 …artially particular pid pipe placement places plain plumb possibly posts pressed print printed pro… 274 …er password pattern persists pixel pixels pixfmt plan pop port presented pressed print private pro… 278 …nt places plumb plumber plumbing pointing points portion preceding press pressed pressing prints p… 294 …namesake naming nil null parallel parameter passing permitting pid press pressed proc processes pr… 324 …mode mouse moves msec nil non none null numbered parameter plumb pointed pressed process processes… 360 …nifier magnify menu mouse moves movie multiplexing pixel pixels presents pressed pressing refresh … [all …]
|
| /plan9/sys/doc/sam/ |
| H A D | sam.ms | 1412 button was pressed and released. 1431 If button 1 is pressed outside the current window, it makes the indicated
|
| /plan9/sys/lib/man/lookman/ |
| H A D | index | 45795 pressed /sys/man/1/acme 45796 pressed /sys/man/1/lens 45797 pressed /sys/man/1/rio 45798 pressed /sys/man/1/tweak 45799 pressed /sys/man/1/vnc 45800 pressed /sys/man/2/control 45801 pressed /sys/man/2/event 45802 pressed /sys/man/2/mouse 45803 pressed /sys/man/3/mouse 45804 pressed /sys/man/4/rio [all …]
|