Terminal.Gui.MouseFlags.html 29 KB

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