Terminal.Gui.MouseFlags.html 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class MouseFlags
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class MouseFlags
  11. ">
  12. <meta name="generator" content="docfx 2.59.3.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <meta property="docfx:navrel" content="../../toc.html">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. <meta property="docfx:rel" content="../../">
  20. </head>
  21. <body data-spy="scroll" data-target="#affix" data-offset="120">
  22. <div id="wrapper">
  23. <header>
  24. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  25. <div class="container">
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../../index.html">
  34. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  35. </a>
  36. </div>
  37. <div class="collapse navbar-collapse" id="navbar">
  38. <form class="navbar-form navbar-right" role="search" id="search">
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  41. </div>
  42. </form>
  43. </div>
  44. </div>
  45. </nav>
  46. <div class="subnav navbar navbar-default">
  47. <div class="container hide-when-search" id="breadcrumb">
  48. <ul class="breadcrumb">
  49. <li></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </header>
  54. <div class="container body-content">
  55. <div id="search-results">
  56. <div class="search-list">Search Results for <span></span></div>
  57. <div class="sr-items">
  58. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  59. </div>
  60. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  61. </div>
  62. </div>
  63. <div role="main" class="container body-content hide-when-search">
  64. <div class="sidenav hide-when-search">
  65. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  66. <div class="sidetoggle collapse" id="sidetoggle">
  67. <div id="sidetoc"></div>
  68. </div>
  69. </div>
  70. <div class="article row grid-right">
  71. <div class="col-md-10">
  72. <article class="content wrap" id="_content" data-uid="Terminal.Gui.MouseFlags">
  73. <h1 id="Terminal_Gui_MouseFlags" data-uid="Terminal.Gui.MouseFlags" class="text-break">Class MouseFlags
  74. </h1>
  75. <div class="markdown level0 summary">
  76. Mouse flags reported in <a class="xref" href="Terminal.Gui.MouseEvent.html">MouseEvent</a>.
  77. </div>
  78. <div class="markdown level0 conceptual"></div>
  79. <div class="inheritance">
  80. <h5>Inheritance</h5>
  81. <div class="level0"><span class="xref">System.Object</span></div>
  82. <div class="level1"><span class="xref">MouseFlags</span></div>
  83. </div>
  84. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  85. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  86. <h5 id="Terminal_Gui_MouseFlags_syntax">Syntax</h5>
  87. <div class="codewrapper">
  88. <pre><code class="lang-csharp hljs">public sealed class MouseFlags : Enum</code></pre>
  89. </div>
  90. <h5 id="Terminal_Gui_MouseFlags_remarks"><strong>Remarks</strong></h5>
  91. <div class="markdown level0 remarks">
  92. They just happen to map to the ncurses ones.
  93. </div>
  94. <h3 id="fields">Fields
  95. </h3>
  96. <h4 id="Terminal_Gui_MouseFlags_AllEvents" data-uid="Terminal.Gui.MouseFlags.AllEvents">AllEvents</h4>
  97. <div class="markdown level1 summary">
  98. Mask that captures all the events.
  99. </div>
  100. <div class="markdown level1 conceptual"></div>
  101. <h5 class="decalaration">Declaration</h5>
  102. <div class="codewrapper">
  103. <pre><code class="lang-csharp hljs">public const MouseFlags AllEvents</code></pre>
  104. </div>
  105. <h5 class="fieldValue">Field Value</h5>
  106. <table class="table table-bordered table-striped table-condensed">
  107. <thead>
  108. <tr>
  109. <th>Type</th>
  110. <th>Description</th>
  111. </tr>
  112. </thead>
  113. <tbody>
  114. <tr>
  115. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  116. <td></td>
  117. </tr>
  118. </tbody>
  119. </table>
  120. <h4 id="Terminal_Gui_MouseFlags_Button1Clicked" data-uid="Terminal.Gui.MouseFlags.Button1Clicked">Button1Clicked</h4>
  121. <div class="markdown level1 summary">
  122. The first mouse button was clicked (press+release).
  123. </div>
  124. <div class="markdown level1 conceptual"></div>
  125. <h5 class="decalaration">Declaration</h5>
  126. <div class="codewrapper">
  127. <pre><code class="lang-csharp hljs">public const MouseFlags Button1Clicked</code></pre>
  128. </div>
  129. <h5 class="fieldValue">Field Value</h5>
  130. <table class="table table-bordered table-striped table-condensed">
  131. <thead>
  132. <tr>
  133. <th>Type</th>
  134. <th>Description</th>
  135. </tr>
  136. </thead>
  137. <tbody>
  138. <tr>
  139. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  140. <td></td>
  141. </tr>
  142. </tbody>
  143. </table>
  144. <h4 id="Terminal_Gui_MouseFlags_Button1DoubleClicked" data-uid="Terminal.Gui.MouseFlags.Button1DoubleClicked">Button1DoubleClicked</h4>
  145. <div class="markdown level1 summary">
  146. The first mouse button was double-clicked.
  147. </div>
  148. <div class="markdown level1 conceptual"></div>
  149. <h5 class="decalaration">Declaration</h5>
  150. <div class="codewrapper">
  151. <pre><code class="lang-csharp hljs">public const MouseFlags Button1DoubleClicked</code></pre>
  152. </div>
  153. <h5 class="fieldValue">Field Value</h5>
  154. <table class="table table-bordered table-striped table-condensed">
  155. <thead>
  156. <tr>
  157. <th>Type</th>
  158. <th>Description</th>
  159. </tr>
  160. </thead>
  161. <tbody>
  162. <tr>
  163. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  164. <td></td>
  165. </tr>
  166. </tbody>
  167. </table>
  168. <h4 id="Terminal_Gui_MouseFlags_Button1Pressed" data-uid="Terminal.Gui.MouseFlags.Button1Pressed">Button1Pressed</h4>
  169. <div class="markdown level1 summary">
  170. The first mouse button was pressed.
  171. </div>
  172. <div class="markdown level1 conceptual"></div>
  173. <h5 class="decalaration">Declaration</h5>
  174. <div class="codewrapper">
  175. <pre><code class="lang-csharp hljs">public const MouseFlags Button1Pressed</code></pre>
  176. </div>
  177. <h5 class="fieldValue">Field Value</h5>
  178. <table class="table table-bordered table-striped table-condensed">
  179. <thead>
  180. <tr>
  181. <th>Type</th>
  182. <th>Description</th>
  183. </tr>
  184. </thead>
  185. <tbody>
  186. <tr>
  187. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  188. <td></td>
  189. </tr>
  190. </tbody>
  191. </table>
  192. <h4 id="Terminal_Gui_MouseFlags_Button1Released" data-uid="Terminal.Gui.MouseFlags.Button1Released">Button1Released</h4>
  193. <div class="markdown level1 summary">
  194. The first mouse button was released.
  195. </div>
  196. <div class="markdown level1 conceptual"></div>
  197. <h5 class="decalaration">Declaration</h5>
  198. <div class="codewrapper">
  199. <pre><code class="lang-csharp hljs">public const MouseFlags Button1Released</code></pre>
  200. </div>
  201. <h5 class="fieldValue">Field Value</h5>
  202. <table class="table table-bordered table-striped table-condensed">
  203. <thead>
  204. <tr>
  205. <th>Type</th>
  206. <th>Description</th>
  207. </tr>
  208. </thead>
  209. <tbody>
  210. <tr>
  211. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  212. <td></td>
  213. </tr>
  214. </tbody>
  215. </table>
  216. <h4 id="Terminal_Gui_MouseFlags_Button1TripleClicked" data-uid="Terminal.Gui.MouseFlags.Button1TripleClicked">Button1TripleClicked</h4>
  217. <div class="markdown level1 summary">
  218. The first mouse button was triple-clicked.
  219. </div>
  220. <div class="markdown level1 conceptual"></div>
  221. <h5 class="decalaration">Declaration</h5>
  222. <div class="codewrapper">
  223. <pre><code class="lang-csharp hljs">public const MouseFlags Button1TripleClicked</code></pre>
  224. </div>
  225. <h5 class="fieldValue">Field Value</h5>
  226. <table class="table table-bordered table-striped table-condensed">
  227. <thead>
  228. <tr>
  229. <th>Type</th>
  230. <th>Description</th>
  231. </tr>
  232. </thead>
  233. <tbody>
  234. <tr>
  235. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  236. <td></td>
  237. </tr>
  238. </tbody>
  239. </table>
  240. <h4 id="Terminal_Gui_MouseFlags_Button2Clicked" data-uid="Terminal.Gui.MouseFlags.Button2Clicked">Button2Clicked</h4>
  241. <div class="markdown level1 summary">
  242. The second mouse button was clicked (press+release).
  243. </div>
  244. <div class="markdown level1 conceptual"></div>
  245. <h5 class="decalaration">Declaration</h5>
  246. <div class="codewrapper">
  247. <pre><code class="lang-csharp hljs">public const MouseFlags Button2Clicked</code></pre>
  248. </div>
  249. <h5 class="fieldValue">Field Value</h5>
  250. <table class="table table-bordered table-striped table-condensed">
  251. <thead>
  252. <tr>
  253. <th>Type</th>
  254. <th>Description</th>
  255. </tr>
  256. </thead>
  257. <tbody>
  258. <tr>
  259. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  260. <td></td>
  261. </tr>
  262. </tbody>
  263. </table>
  264. <h4 id="Terminal_Gui_MouseFlags_Button2DoubleClicked" data-uid="Terminal.Gui.MouseFlags.Button2DoubleClicked">Button2DoubleClicked</h4>
  265. <div class="markdown level1 summary">
  266. The second mouse button was double-clicked.
  267. </div>
  268. <div class="markdown level1 conceptual"></div>
  269. <h5 class="decalaration">Declaration</h5>
  270. <div class="codewrapper">
  271. <pre><code class="lang-csharp hljs">public const MouseFlags Button2DoubleClicked</code></pre>
  272. </div>
  273. <h5 class="fieldValue">Field Value</h5>
  274. <table class="table table-bordered table-striped table-condensed">
  275. <thead>
  276. <tr>
  277. <th>Type</th>
  278. <th>Description</th>
  279. </tr>
  280. </thead>
  281. <tbody>
  282. <tr>
  283. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  284. <td></td>
  285. </tr>
  286. </tbody>
  287. </table>
  288. <h4 id="Terminal_Gui_MouseFlags_Button2Pressed" data-uid="Terminal.Gui.MouseFlags.Button2Pressed">Button2Pressed</h4>
  289. <div class="markdown level1 summary">
  290. The second mouse button was pressed.
  291. </div>
  292. <div class="markdown level1 conceptual"></div>
  293. <h5 class="decalaration">Declaration</h5>
  294. <div class="codewrapper">
  295. <pre><code class="lang-csharp hljs">public const MouseFlags Button2Pressed</code></pre>
  296. </div>
  297. <h5 class="fieldValue">Field Value</h5>
  298. <table class="table table-bordered table-striped table-condensed">
  299. <thead>
  300. <tr>
  301. <th>Type</th>
  302. <th>Description</th>
  303. </tr>
  304. </thead>
  305. <tbody>
  306. <tr>
  307. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  308. <td></td>
  309. </tr>
  310. </tbody>
  311. </table>
  312. <h4 id="Terminal_Gui_MouseFlags_Button2Released" data-uid="Terminal.Gui.MouseFlags.Button2Released">Button2Released</h4>
  313. <div class="markdown level1 summary">
  314. The second mouse button was released.
  315. </div>
  316. <div class="markdown level1 conceptual"></div>
  317. <h5 class="decalaration">Declaration</h5>
  318. <div class="codewrapper">
  319. <pre><code class="lang-csharp hljs">public const MouseFlags Button2Released</code></pre>
  320. </div>
  321. <h5 class="fieldValue">Field Value</h5>
  322. <table class="table table-bordered table-striped table-condensed">
  323. <thead>
  324. <tr>
  325. <th>Type</th>
  326. <th>Description</th>
  327. </tr>
  328. </thead>
  329. <tbody>
  330. <tr>
  331. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  332. <td></td>
  333. </tr>
  334. </tbody>
  335. </table>
  336. <h4 id="Terminal_Gui_MouseFlags_Button2TripleClicked" data-uid="Terminal.Gui.MouseFlags.Button2TripleClicked">Button2TripleClicked</h4>
  337. <div class="markdown level1 summary">
  338. The second mouse button was triple-clicked.
  339. </div>
  340. <div class="markdown level1 conceptual"></div>
  341. <h5 class="decalaration">Declaration</h5>
  342. <div class="codewrapper">
  343. <pre><code class="lang-csharp hljs">public const MouseFlags Button2TripleClicked</code></pre>
  344. </div>
  345. <h5 class="fieldValue">Field Value</h5>
  346. <table class="table table-bordered table-striped table-condensed">
  347. <thead>
  348. <tr>
  349. <th>Type</th>
  350. <th>Description</th>
  351. </tr>
  352. </thead>
  353. <tbody>
  354. <tr>
  355. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  356. <td></td>
  357. </tr>
  358. </tbody>
  359. </table>
  360. <h4 id="Terminal_Gui_MouseFlags_Button3Clicked" data-uid="Terminal.Gui.MouseFlags.Button3Clicked">Button3Clicked</h4>
  361. <div class="markdown level1 summary">
  362. The third mouse button was clicked (press+release).
  363. </div>
  364. <div class="markdown level1 conceptual"></div>
  365. <h5 class="decalaration">Declaration</h5>
  366. <div class="codewrapper">
  367. <pre><code class="lang-csharp hljs">public const MouseFlags Button3Clicked</code></pre>
  368. </div>
  369. <h5 class="fieldValue">Field Value</h5>
  370. <table class="table table-bordered table-striped table-condensed">
  371. <thead>
  372. <tr>
  373. <th>Type</th>
  374. <th>Description</th>
  375. </tr>
  376. </thead>
  377. <tbody>
  378. <tr>
  379. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  380. <td></td>
  381. </tr>
  382. </tbody>
  383. </table>
  384. <h4 id="Terminal_Gui_MouseFlags_Button3DoubleClicked" data-uid="Terminal.Gui.MouseFlags.Button3DoubleClicked">Button3DoubleClicked</h4>
  385. <div class="markdown level1 summary">
  386. The third mouse button was double-clicked.
  387. </div>
  388. <div class="markdown level1 conceptual"></div>
  389. <h5 class="decalaration">Declaration</h5>
  390. <div class="codewrapper">
  391. <pre><code class="lang-csharp hljs">public const MouseFlags Button3DoubleClicked</code></pre>
  392. </div>
  393. <h5 class="fieldValue">Field Value</h5>
  394. <table class="table table-bordered table-striped table-condensed">
  395. <thead>
  396. <tr>
  397. <th>Type</th>
  398. <th>Description</th>
  399. </tr>
  400. </thead>
  401. <tbody>
  402. <tr>
  403. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  404. <td></td>
  405. </tr>
  406. </tbody>
  407. </table>
  408. <h4 id="Terminal_Gui_MouseFlags_Button3Pressed" data-uid="Terminal.Gui.MouseFlags.Button3Pressed">Button3Pressed</h4>
  409. <div class="markdown level1 summary">
  410. The third mouse button was pressed.
  411. </div>
  412. <div class="markdown level1 conceptual"></div>
  413. <h5 class="decalaration">Declaration</h5>
  414. <div class="codewrapper">
  415. <pre><code class="lang-csharp hljs">public const MouseFlags Button3Pressed</code></pre>
  416. </div>
  417. <h5 class="fieldValue">Field Value</h5>
  418. <table class="table table-bordered table-striped table-condensed">
  419. <thead>
  420. <tr>
  421. <th>Type</th>
  422. <th>Description</th>
  423. </tr>
  424. </thead>
  425. <tbody>
  426. <tr>
  427. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  428. <td></td>
  429. </tr>
  430. </tbody>
  431. </table>
  432. <h4 id="Terminal_Gui_MouseFlags_Button3Released" data-uid="Terminal.Gui.MouseFlags.Button3Released">Button3Released</h4>
  433. <div class="markdown level1 summary">
  434. The third mouse button was released.
  435. </div>
  436. <div class="markdown level1 conceptual"></div>
  437. <h5 class="decalaration">Declaration</h5>
  438. <div class="codewrapper">
  439. <pre><code class="lang-csharp hljs">public const MouseFlags Button3Released</code></pre>
  440. </div>
  441. <h5 class="fieldValue">Field Value</h5>
  442. <table class="table table-bordered table-striped table-condensed">
  443. <thead>
  444. <tr>
  445. <th>Type</th>
  446. <th>Description</th>
  447. </tr>
  448. </thead>
  449. <tbody>
  450. <tr>
  451. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  452. <td></td>
  453. </tr>
  454. </tbody>
  455. </table>
  456. <h4 id="Terminal_Gui_MouseFlags_Button3TripleClicked" data-uid="Terminal.Gui.MouseFlags.Button3TripleClicked">Button3TripleClicked</h4>
  457. <div class="markdown level1 summary">
  458. The third mouse button was triple-clicked.
  459. </div>
  460. <div class="markdown level1 conceptual"></div>
  461. <h5 class="decalaration">Declaration</h5>
  462. <div class="codewrapper">
  463. <pre><code class="lang-csharp hljs">public const MouseFlags Button3TripleClicked</code></pre>
  464. </div>
  465. <h5 class="fieldValue">Field Value</h5>
  466. <table class="table table-bordered table-striped table-condensed">
  467. <thead>
  468. <tr>
  469. <th>Type</th>
  470. <th>Description</th>
  471. </tr>
  472. </thead>
  473. <tbody>
  474. <tr>
  475. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  476. <td></td>
  477. </tr>
  478. </tbody>
  479. </table>
  480. <h4 id="Terminal_Gui_MouseFlags_Button4Clicked" data-uid="Terminal.Gui.MouseFlags.Button4Clicked">Button4Clicked</h4>
  481. <div class="markdown level1 summary">
  482. The fourth button was clicked (press+release).
  483. </div>
  484. <div class="markdown level1 conceptual"></div>
  485. <h5 class="decalaration">Declaration</h5>
  486. <div class="codewrapper">
  487. <pre><code class="lang-csharp hljs">public const MouseFlags Button4Clicked</code></pre>
  488. </div>
  489. <h5 class="fieldValue">Field Value</h5>
  490. <table class="table table-bordered table-striped table-condensed">
  491. <thead>
  492. <tr>
  493. <th>Type</th>
  494. <th>Description</th>
  495. </tr>
  496. </thead>
  497. <tbody>
  498. <tr>
  499. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  500. <td></td>
  501. </tr>
  502. </tbody>
  503. </table>
  504. <h4 id="Terminal_Gui_MouseFlags_Button4DoubleClicked" data-uid="Terminal.Gui.MouseFlags.Button4DoubleClicked">Button4DoubleClicked</h4>
  505. <div class="markdown level1 summary">
  506. The fourth button was double-clicked.
  507. </div>
  508. <div class="markdown level1 conceptual"></div>
  509. <h5 class="decalaration">Declaration</h5>
  510. <div class="codewrapper">
  511. <pre><code class="lang-csharp hljs">public const MouseFlags Button4DoubleClicked</code></pre>
  512. </div>
  513. <h5 class="fieldValue">Field Value</h5>
  514. <table class="table table-bordered table-striped table-condensed">
  515. <thead>
  516. <tr>
  517. <th>Type</th>
  518. <th>Description</th>
  519. </tr>
  520. </thead>
  521. <tbody>
  522. <tr>
  523. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  524. <td></td>
  525. </tr>
  526. </tbody>
  527. </table>
  528. <h4 id="Terminal_Gui_MouseFlags_Button4Pressed" data-uid="Terminal.Gui.MouseFlags.Button4Pressed">Button4Pressed</h4>
  529. <div class="markdown level1 summary">
  530. The fourth mouse button was pressed.
  531. </div>
  532. <div class="markdown level1 conceptual"></div>
  533. <h5 class="decalaration">Declaration</h5>
  534. <div class="codewrapper">
  535. <pre><code class="lang-csharp hljs">public const MouseFlags Button4Pressed</code></pre>
  536. </div>
  537. <h5 class="fieldValue">Field Value</h5>
  538. <table class="table table-bordered table-striped table-condensed">
  539. <thead>
  540. <tr>
  541. <th>Type</th>
  542. <th>Description</th>
  543. </tr>
  544. </thead>
  545. <tbody>
  546. <tr>
  547. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  548. <td></td>
  549. </tr>
  550. </tbody>
  551. </table>
  552. <h4 id="Terminal_Gui_MouseFlags_Button4Released" data-uid="Terminal.Gui.MouseFlags.Button4Released">Button4Released</h4>
  553. <div class="markdown level1 summary">
  554. The fourth mouse button was released.
  555. </div>
  556. <div class="markdown level1 conceptual"></div>
  557. <h5 class="decalaration">Declaration</h5>
  558. <div class="codewrapper">
  559. <pre><code class="lang-csharp hljs">public const MouseFlags Button4Released</code></pre>
  560. </div>
  561. <h5 class="fieldValue">Field Value</h5>
  562. <table class="table table-bordered table-striped table-condensed">
  563. <thead>
  564. <tr>
  565. <th>Type</th>
  566. <th>Description</th>
  567. </tr>
  568. </thead>
  569. <tbody>
  570. <tr>
  571. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  572. <td></td>
  573. </tr>
  574. </tbody>
  575. </table>
  576. <h4 id="Terminal_Gui_MouseFlags_Button4TripleClicked" data-uid="Terminal.Gui.MouseFlags.Button4TripleClicked">Button4TripleClicked</h4>
  577. <div class="markdown level1 summary">
  578. The fourth button was triple-clicked.
  579. </div>
  580. <div class="markdown level1 conceptual"></div>
  581. <h5 class="decalaration">Declaration</h5>
  582. <div class="codewrapper">
  583. <pre><code class="lang-csharp hljs">public const MouseFlags Button4TripleClicked</code></pre>
  584. </div>
  585. <h5 class="fieldValue">Field Value</h5>
  586. <table class="table table-bordered table-striped table-condensed">
  587. <thead>
  588. <tr>
  589. <th>Type</th>
  590. <th>Description</th>
  591. </tr>
  592. </thead>
  593. <tbody>
  594. <tr>
  595. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  596. <td></td>
  597. </tr>
  598. </tbody>
  599. </table>
  600. <h4 id="Terminal_Gui_MouseFlags_ButtonAlt" data-uid="Terminal.Gui.MouseFlags.ButtonAlt">ButtonAlt</h4>
  601. <div class="markdown level1 summary">
  602. Flag: the alt key was pressed when the mouse button took place.
  603. </div>
  604. <div class="markdown level1 conceptual"></div>
  605. <h5 class="decalaration">Declaration</h5>
  606. <div class="codewrapper">
  607. <pre><code class="lang-csharp hljs">public const MouseFlags ButtonAlt</code></pre>
  608. </div>
  609. <h5 class="fieldValue">Field Value</h5>
  610. <table class="table table-bordered table-striped table-condensed">
  611. <thead>
  612. <tr>
  613. <th>Type</th>
  614. <th>Description</th>
  615. </tr>
  616. </thead>
  617. <tbody>
  618. <tr>
  619. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  620. <td></td>
  621. </tr>
  622. </tbody>
  623. </table>
  624. <h4 id="Terminal_Gui_MouseFlags_ButtonCtrl" data-uid="Terminal.Gui.MouseFlags.ButtonCtrl">ButtonCtrl</h4>
  625. <div class="markdown level1 summary">
  626. Flag: the ctrl key was pressed when the mouse button took place.
  627. </div>
  628. <div class="markdown level1 conceptual"></div>
  629. <h5 class="decalaration">Declaration</h5>
  630. <div class="codewrapper">
  631. <pre><code class="lang-csharp hljs">public const MouseFlags ButtonCtrl</code></pre>
  632. </div>
  633. <h5 class="fieldValue">Field Value</h5>
  634. <table class="table table-bordered table-striped table-condensed">
  635. <thead>
  636. <tr>
  637. <th>Type</th>
  638. <th>Description</th>
  639. </tr>
  640. </thead>
  641. <tbody>
  642. <tr>
  643. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  644. <td></td>
  645. </tr>
  646. </tbody>
  647. </table>
  648. <h4 id="Terminal_Gui_MouseFlags_ButtonShift" data-uid="Terminal.Gui.MouseFlags.ButtonShift">ButtonShift</h4>
  649. <div class="markdown level1 summary">
  650. Flag: the shift key was pressed when the mouse button took place.
  651. </div>
  652. <div class="markdown level1 conceptual"></div>
  653. <h5 class="decalaration">Declaration</h5>
  654. <div class="codewrapper">
  655. <pre><code class="lang-csharp hljs">public const MouseFlags ButtonShift</code></pre>
  656. </div>
  657. <h5 class="fieldValue">Field Value</h5>
  658. <table class="table table-bordered table-striped table-condensed">
  659. <thead>
  660. <tr>
  661. <th>Type</th>
  662. <th>Description</th>
  663. </tr>
  664. </thead>
  665. <tbody>
  666. <tr>
  667. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  668. <td></td>
  669. </tr>
  670. </tbody>
  671. </table>
  672. <h4 id="Terminal_Gui_MouseFlags_ReportMousePosition" data-uid="Terminal.Gui.MouseFlags.ReportMousePosition">ReportMousePosition</h4>
  673. <div class="markdown level1 summary">
  674. The mouse position is being reported in this event.
  675. </div>
  676. <div class="markdown level1 conceptual"></div>
  677. <h5 class="decalaration">Declaration</h5>
  678. <div class="codewrapper">
  679. <pre><code class="lang-csharp hljs">public const MouseFlags ReportMousePosition</code></pre>
  680. </div>
  681. <h5 class="fieldValue">Field Value</h5>
  682. <table class="table table-bordered table-striped table-condensed">
  683. <thead>
  684. <tr>
  685. <th>Type</th>
  686. <th>Description</th>
  687. </tr>
  688. </thead>
  689. <tbody>
  690. <tr>
  691. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  692. <td></td>
  693. </tr>
  694. </tbody>
  695. </table>
  696. <h4 id="Terminal_Gui_MouseFlags_value__" data-uid="Terminal.Gui.MouseFlags.value__">value__</h4>
  697. <div class="markdown level1 summary"></div>
  698. <div class="markdown level1 conceptual"></div>
  699. <h5 class="decalaration">Declaration</h5>
  700. <div class="codewrapper">
  701. <pre><code class="lang-csharp hljs">public int value__</code></pre>
  702. </div>
  703. <h5 class="fieldValue">Field Value</h5>
  704. <table class="table table-bordered table-striped table-condensed">
  705. <thead>
  706. <tr>
  707. <th>Type</th>
  708. <th>Description</th>
  709. </tr>
  710. </thead>
  711. <tbody>
  712. <tr>
  713. <td><span class="xref">System.Int32</span></td>
  714. <td></td>
  715. </tr>
  716. </tbody>
  717. </table>
  718. <h4 id="Terminal_Gui_MouseFlags_WheeledDown" data-uid="Terminal.Gui.MouseFlags.WheeledDown">WheeledDown</h4>
  719. <div class="markdown level1 summary">
  720. Vertical button wheeled up.
  721. </div>
  722. <div class="markdown level1 conceptual"></div>
  723. <h5 class="decalaration">Declaration</h5>
  724. <div class="codewrapper">
  725. <pre><code class="lang-csharp hljs">public const MouseFlags WheeledDown</code></pre>
  726. </div>
  727. <h5 class="fieldValue">Field Value</h5>
  728. <table class="table table-bordered table-striped table-condensed">
  729. <thead>
  730. <tr>
  731. <th>Type</th>
  732. <th>Description</th>
  733. </tr>
  734. </thead>
  735. <tbody>
  736. <tr>
  737. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  738. <td></td>
  739. </tr>
  740. </tbody>
  741. </table>
  742. <h4 id="Terminal_Gui_MouseFlags_WheeledLeft" data-uid="Terminal.Gui.MouseFlags.WheeledLeft">WheeledLeft</h4>
  743. <div class="markdown level1 summary">
  744. Vertical button wheeled up while pressing ButtonShift.
  745. </div>
  746. <div class="markdown level1 conceptual"></div>
  747. <h5 class="decalaration">Declaration</h5>
  748. <div class="codewrapper">
  749. <pre><code class="lang-csharp hljs">public const MouseFlags WheeledLeft</code></pre>
  750. </div>
  751. <h5 class="fieldValue">Field Value</h5>
  752. <table class="table table-bordered table-striped table-condensed">
  753. <thead>
  754. <tr>
  755. <th>Type</th>
  756. <th>Description</th>
  757. </tr>
  758. </thead>
  759. <tbody>
  760. <tr>
  761. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  762. <td></td>
  763. </tr>
  764. </tbody>
  765. </table>
  766. <h4 id="Terminal_Gui_MouseFlags_WheeledRight" data-uid="Terminal.Gui.MouseFlags.WheeledRight">WheeledRight</h4>
  767. <div class="markdown level1 summary">
  768. Vertical button wheeled down while pressing ButtonShift.
  769. </div>
  770. <div class="markdown level1 conceptual"></div>
  771. <h5 class="decalaration">Declaration</h5>
  772. <div class="codewrapper">
  773. <pre><code class="lang-csharp hljs">public const MouseFlags WheeledRight</code></pre>
  774. </div>
  775. <h5 class="fieldValue">Field Value</h5>
  776. <table class="table table-bordered table-striped table-condensed">
  777. <thead>
  778. <tr>
  779. <th>Type</th>
  780. <th>Description</th>
  781. </tr>
  782. </thead>
  783. <tbody>
  784. <tr>
  785. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  786. <td></td>
  787. </tr>
  788. </tbody>
  789. </table>
  790. <h4 id="Terminal_Gui_MouseFlags_WheeledUp" data-uid="Terminal.Gui.MouseFlags.WheeledUp">WheeledUp</h4>
  791. <div class="markdown level1 summary">
  792. Vertical button wheeled up.
  793. </div>
  794. <div class="markdown level1 conceptual"></div>
  795. <h5 class="decalaration">Declaration</h5>
  796. <div class="codewrapper">
  797. <pre><code class="lang-csharp hljs">public const MouseFlags WheeledUp</code></pre>
  798. </div>
  799. <h5 class="fieldValue">Field Value</h5>
  800. <table class="table table-bordered table-striped table-condensed">
  801. <thead>
  802. <tr>
  803. <th>Type</th>
  804. <th>Description</th>
  805. </tr>
  806. </thead>
  807. <tbody>
  808. <tr>
  809. <td><a class="xref" href="Terminal.Gui.MouseFlags.html">MouseFlags</a></td>
  810. <td></td>
  811. </tr>
  812. </tbody>
  813. </table>
  814. </article>
  815. </div>
  816. <div class="hidden-sm col-md-2" role="complementary">
  817. <div class="sideaffix">
  818. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  819. <h5>In This Article</h5>
  820. <div></div>
  821. </nav>
  822. </div>
  823. </div>
  824. </div>
  825. </div>
  826. <footer>
  827. <div class="grad-bottom"></div>
  828. <div class="footer">
  829. <div class="container">
  830. <span class="pull-right">
  831. <a href="#top">Back to top</a>
  832. </span>
  833. <span>Generated by <strong>DocFX</strong></span>
  834. </div>
  835. </div>
  836. </footer>
  837. </div>
  838. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  839. <script type="text/javascript" src="../../styles/docfx.js"></script>
  840. <script type="text/javascript" src="../../styles/main.js"></script>
  841. </body>
  842. </html>