mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
41 lines
4.8 KiB
HTML
41 lines
4.8 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>buttons</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L823'>buttons</a> 823 lib/tty/key.c ev->buttons = 0;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L857'>buttons</a> 857 lib/tty/key.c ev->buttons = GPM_B_LEFT;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L860'>buttons</a> 860 lib/tty/key.c ev->buttons = GPM_B_MIDDLE;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L863'>buttons</a> 863 lib/tty/key.c ev->buttons = GPM_B_RIGHT;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L866'>buttons</a> 866 lib/tty/key.c ev->buttons = GPM_B_UP;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L870'>buttons</a> 870 lib/tty/key.c ev->buttons = GPM_B_DOWN;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L876'>buttons</a> 876 lib/tty/key.c ev->buttons = 0;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L879'>buttons</a> 879 lib/tty/key.c last_btn = ev->buttons;</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.h.html#L85'>buttons</a> 85 lib/tty/mouse.h int buttons, x, y;</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L834'>buttons</a> 834 lib/widget/menu.c if ((event->buttons & GPM_B_MIDDLE) != 0 && event->y > 0 && menubar->is_dropped)</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L69'>buttons</a> 69 lib/widget/mouse.c event->buttons = global_gpm->buttons;</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L103'>buttons</a> 103 lib/widget/mouse.c if ((event->buttons & GPM_B_UP) != 0)</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L105'>buttons</a> 105 lib/widget/mouse.c else if ((event->buttons & GPM_B_DOWN) != 0)</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L118'>buttons</a> 118 lib/widget/mouse.c w->mouse.last_buttons_down = event->buttons;</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L140'>buttons</a> 140 lib/widget/mouse.c if (event->buttons == 0)</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L141'>buttons</a> 141 lib/widget/mouse.c event->buttons = w->mouse.last_buttons_down;</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.h.html#L44'>buttons</a> 44 lib/widget/mouse.h int buttons; // Bitwise-or of: GPM_B_LEFT, GPM_B_MIDDLE, GPM_B_RIGHT</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L882'>buttons</a> 882 lib/widget/widget-common.c local.buttons = global->buttons;</span>
|
|
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L242'>buttons</a> 242 lib/widget/wtools.c GPtrArray *buttons = NULL;</span>
|
|
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L259'>buttons</a> 259 lib/widget/wtools.c buttons = g_ptr_array_sized_new ((guint) count);</span>
|
|
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L268'>buttons</a> 268 lib/widget/wtools.c g_ptr_array_add (buttons, button);</span>
|
|
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L297'>buttons</a> 297 lib/widget/wtools.c button = BUTTON (g_ptr_array_index (buttons, i));</span>
|
|
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L308'>buttons</a> 308 lib/widget/wtools.c g_ptr_array_free (buttons, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3890'>buttons</a> 3890 src/filemanager/panel.c if ((event->buttons & GPM_B_RIGHT) == 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4097'>buttons</a> 4097 src/filemanager/panel.c if ((event->count & GPM_DOUBLE) != 0 && (event->buttons & GPM_B_LEFT) != 0</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L1044'>buttons</a> 1044 src/help.c if ((event->buttons & GPM_B_RIGHT) != 0)</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|