Files
source/Y/buttons.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

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-&gt;buttons = 0;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L857'>buttons</a> 857 lib/tty/key.c ev-&gt;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-&gt;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-&gt;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-&gt;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-&gt;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-&gt;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-&gt;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-&gt;buttons &amp; GPM_B_MIDDLE) != 0 &amp;&amp; event-&gt;y &gt; 0 &amp;&amp; menubar-&gt;is_dropped)</span>
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L69'>buttons</a> 69 lib/widget/mouse.c event-&gt;buttons = global_gpm-&gt;buttons;</span>
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L103'>buttons</a> 103 lib/widget/mouse.c if ((event-&gt;buttons &amp; 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-&gt;buttons &amp; 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-&gt;mouse.last_buttons_down = event-&gt;buttons;</span>
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L140'>buttons</a> 140 lib/widget/mouse.c if (event-&gt;buttons == 0)</span>
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L141'>buttons</a> 141 lib/widget/mouse.c event-&gt;buttons = w-&gt;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-&gt;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-&gt;buttons &amp; 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-&gt;count &amp; GPM_DOUBLE) != 0 &amp;&amp; (event-&gt;buttons &amp; GPM_B_LEFT) != 0</span>
<span class='curline'><a href='../S/src--help.c.html#L1044'>buttons</a> 1044 src/help.c if ((event-&gt;buttons &amp; GPM_B_RIGHT) != 0)</span>
</pre>
</body>
</html>