Terminal.Gui.FakeDriver.html 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225
  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 FakeDriver
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class FakeDriver
  11. ">
  12. <meta name="generator" content="docfx 2.58.5.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.FakeDriver">
  73. <h1 id="Terminal_Gui_FakeDriver" data-uid="Terminal.Gui.FakeDriver" class="text-break">Class FakeDriver
  74. </h1>
  75. <div class="markdown level0 summary">
  76. Implements a mock ConsoleDriver for unit testing
  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"><a class="xref" href="Terminal.Gui.ConsoleDriver.html">ConsoleDriver</a></div>
  83. <div class="level2"><span class="xref">FakeDriver</span></div>
  84. </div>
  85. <div class="inheritedMembers">
  86. <h5>Inherited Members</h5>
  87. <div>
  88. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_TerminalResized">ConsoleDriver.TerminalResized</a>
  89. </div>
  90. <div>
  91. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_MakePrintable_System_Rune_">ConsoleDriver.MakePrintable(Rune)</a>
  92. </div>
  93. <div>
  94. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_SetTerminalResized_System_Action_">ConsoleDriver.SetTerminalResized(Action)</a>
  95. </div>
  96. <div>
  97. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_DrawWindowTitle_Terminal_Gui_Rect_NStack_ustring_System_Int32_System_Int32_System_Int32_System_Int32_Terminal_Gui_TextAlignment_">ConsoleDriver.DrawWindowTitle(Rect, ustring, Int32, Int32, Int32, Int32, TextAlignment)</a>
  98. </div>
  99. <div>
  100. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Diagnostics">ConsoleDriver.Diagnostics</a>
  101. </div>
  102. <div>
  103. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_DrawWindowFrame_Terminal_Gui_Rect_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_Terminal_Gui_Border_">ConsoleDriver.DrawWindowFrame(Rect, Int32, Int32, Int32, Int32, Boolean, Boolean, Border)</a>
  104. </div>
  105. <div>
  106. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_DrawFrame_Terminal_Gui_Rect_System_Int32_System_Boolean_">ConsoleDriver.DrawFrame(Rect, Int32, Boolean)</a>
  107. </div>
  108. <div>
  109. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Clip">ConsoleDriver.Clip</a>
  110. </div>
  111. <div>
  112. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_HLine">ConsoleDriver.HLine</a>
  113. </div>
  114. <div>
  115. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_VLine">ConsoleDriver.VLine</a>
  116. </div>
  117. <div>
  118. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Stipple">ConsoleDriver.Stipple</a>
  119. </div>
  120. <div>
  121. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Diamond">ConsoleDriver.Diamond</a>
  122. </div>
  123. <div>
  124. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_ULCorner">ConsoleDriver.ULCorner</a>
  125. </div>
  126. <div>
  127. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_LLCorner">ConsoleDriver.LLCorner</a>
  128. </div>
  129. <div>
  130. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_URCorner">ConsoleDriver.URCorner</a>
  131. </div>
  132. <div>
  133. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_LRCorner">ConsoleDriver.LRCorner</a>
  134. </div>
  135. <div>
  136. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_LeftTee">ConsoleDriver.LeftTee</a>
  137. </div>
  138. <div>
  139. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_RightTee">ConsoleDriver.RightTee</a>
  140. </div>
  141. <div>
  142. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_TopTee">ConsoleDriver.TopTee</a>
  143. </div>
  144. <div>
  145. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_BottomTee">ConsoleDriver.BottomTee</a>
  146. </div>
  147. <div>
  148. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Checked">ConsoleDriver.Checked</a>
  149. </div>
  150. <div>
  151. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_UnChecked">ConsoleDriver.UnChecked</a>
  152. </div>
  153. <div>
  154. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Selected">ConsoleDriver.Selected</a>
  155. </div>
  156. <div>
  157. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_UnSelected">ConsoleDriver.UnSelected</a>
  158. </div>
  159. <div>
  160. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_RightArrow">ConsoleDriver.RightArrow</a>
  161. </div>
  162. <div>
  163. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_LeftArrow">ConsoleDriver.LeftArrow</a>
  164. </div>
  165. <div>
  166. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_DownArrow">ConsoleDriver.DownArrow</a>
  167. </div>
  168. <div>
  169. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_UpArrow">ConsoleDriver.UpArrow</a>
  170. </div>
  171. <div>
  172. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_LeftDefaultIndicator">ConsoleDriver.LeftDefaultIndicator</a>
  173. </div>
  174. <div>
  175. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_RightDefaultIndicator">ConsoleDriver.RightDefaultIndicator</a>
  176. </div>
  177. <div>
  178. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_LeftBracket">ConsoleDriver.LeftBracket</a>
  179. </div>
  180. <div>
  181. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_RightBracket">ConsoleDriver.RightBracket</a>
  182. </div>
  183. <div>
  184. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_BlocksMeterSegment">ConsoleDriver.BlocksMeterSegment</a>
  185. </div>
  186. <div>
  187. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_ContinuousMeterSegment">ConsoleDriver.ContinuousMeterSegment</a>
  188. </div>
  189. <div>
  190. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_HDLine">ConsoleDriver.HDLine</a>
  191. </div>
  192. <div>
  193. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_VDLine">ConsoleDriver.VDLine</a>
  194. </div>
  195. <div>
  196. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_ULDCorner">ConsoleDriver.ULDCorner</a>
  197. </div>
  198. <div>
  199. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_LLDCorner">ConsoleDriver.LLDCorner</a>
  200. </div>
  201. <div>
  202. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_URDCorner">ConsoleDriver.URDCorner</a>
  203. </div>
  204. <div>
  205. <a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_LRDCorner">ConsoleDriver.LRDCorner</a>
  206. </div>
  207. <div>
  208. <span class="xref">System.Object.Equals(System.Object)</span>
  209. </div>
  210. <div>
  211. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  212. </div>
  213. <div>
  214. <span class="xref">System.Object.GetHashCode()</span>
  215. </div>
  216. <div>
  217. <span class="xref">System.Object.GetType()</span>
  218. </div>
  219. <div>
  220. <span class="xref">System.Object.MemberwiseClone()</span>
  221. </div>
  222. <div>
  223. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  224. </div>
  225. <div>
  226. <span class="xref">System.Object.ToString()</span>
  227. </div>
  228. </div>
  229. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  230. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  231. <h5 id="Terminal_Gui_FakeDriver_syntax">Syntax</h5>
  232. <div class="codewrapper">
  233. <pre><code class="lang-csharp hljs">public class FakeDriver : ConsoleDriver</code></pre>
  234. </div>
  235. <h3 id="constructors">Constructors
  236. </h3>
  237. <a id="Terminal_Gui_FakeDriver__ctor_" data-uid="Terminal.Gui.FakeDriver.#ctor*"></a>
  238. <h4 id="Terminal_Gui_FakeDriver__ctor" data-uid="Terminal.Gui.FakeDriver.#ctor">FakeDriver()</h4>
  239. <div class="markdown level1 summary"></div>
  240. <div class="markdown level1 conceptual"></div>
  241. <h5 class="decalaration">Declaration</h5>
  242. <div class="codewrapper">
  243. <pre><code class="lang-csharp hljs">public FakeDriver()</code></pre>
  244. </div>
  245. <h3 id="properties">Properties
  246. </h3>
  247. <a id="Terminal_Gui_FakeDriver_Clipboard_" data-uid="Terminal.Gui.FakeDriver.Clipboard*"></a>
  248. <h4 id="Terminal_Gui_FakeDriver_Clipboard" data-uid="Terminal.Gui.FakeDriver.Clipboard">Clipboard</h4>
  249. <div class="markdown level1 summary"></div>
  250. <div class="markdown level1 conceptual"></div>
  251. <h5 class="decalaration">Declaration</h5>
  252. <div class="codewrapper">
  253. <pre><code class="lang-csharp hljs">public override IClipboard Clipboard { get; }</code></pre>
  254. </div>
  255. <h5 class="propertyValue">Property Value</h5>
  256. <table class="table table-bordered table-striped table-condensed">
  257. <thead>
  258. <tr>
  259. <th>Type</th>
  260. <th>Description</th>
  261. </tr>
  262. </thead>
  263. <tbody>
  264. <tr>
  265. <td><a class="xref" href="Terminal.Gui.IClipboard.html">IClipboard</a></td>
  266. <td></td>
  267. </tr>
  268. </tbody>
  269. </table>
  270. <h5 class="overrides">Overrides</h5>
  271. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Clipboard">ConsoleDriver.Clipboard</a></div>
  272. <a id="Terminal_Gui_FakeDriver_Cols_" data-uid="Terminal.Gui.FakeDriver.Cols*"></a>
  273. <h4 id="Terminal_Gui_FakeDriver_Cols" data-uid="Terminal.Gui.FakeDriver.Cols">Cols</h4>
  274. <div class="markdown level1 summary"></div>
  275. <div class="markdown level1 conceptual"></div>
  276. <h5 class="decalaration">Declaration</h5>
  277. <div class="codewrapper">
  278. <pre><code class="lang-csharp hljs">public override int Cols { get; }</code></pre>
  279. </div>
  280. <h5 class="propertyValue">Property Value</h5>
  281. <table class="table table-bordered table-striped table-condensed">
  282. <thead>
  283. <tr>
  284. <th>Type</th>
  285. <th>Description</th>
  286. </tr>
  287. </thead>
  288. <tbody>
  289. <tr>
  290. <td><span class="xref">System.Int32</span></td>
  291. <td></td>
  292. </tr>
  293. </tbody>
  294. </table>
  295. <h5 class="overrides">Overrides</h5>
  296. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Cols">ConsoleDriver.Cols</a></div>
  297. <a id="Terminal_Gui_FakeDriver_HeightAsBuffer_" data-uid="Terminal.Gui.FakeDriver.HeightAsBuffer*"></a>
  298. <h4 id="Terminal_Gui_FakeDriver_HeightAsBuffer" data-uid="Terminal.Gui.FakeDriver.HeightAsBuffer">HeightAsBuffer</h4>
  299. <div class="markdown level1 summary"></div>
  300. <div class="markdown level1 conceptual"></div>
  301. <h5 class="decalaration">Declaration</h5>
  302. <div class="codewrapper">
  303. <pre><code class="lang-csharp hljs">public override bool HeightAsBuffer { get; set; }</code></pre>
  304. </div>
  305. <h5 class="propertyValue">Property Value</h5>
  306. <table class="table table-bordered table-striped table-condensed">
  307. <thead>
  308. <tr>
  309. <th>Type</th>
  310. <th>Description</th>
  311. </tr>
  312. </thead>
  313. <tbody>
  314. <tr>
  315. <td><span class="xref">System.Boolean</span></td>
  316. <td></td>
  317. </tr>
  318. </tbody>
  319. </table>
  320. <h5 class="overrides">Overrides</h5>
  321. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_HeightAsBuffer">ConsoleDriver.HeightAsBuffer</a></div>
  322. <a id="Terminal_Gui_FakeDriver_Left_" data-uid="Terminal.Gui.FakeDriver.Left*"></a>
  323. <h4 id="Terminal_Gui_FakeDriver_Left" data-uid="Terminal.Gui.FakeDriver.Left">Left</h4>
  324. <div class="markdown level1 summary"></div>
  325. <div class="markdown level1 conceptual"></div>
  326. <h5 class="decalaration">Declaration</h5>
  327. <div class="codewrapper">
  328. <pre><code class="lang-csharp hljs">public override int Left { get; }</code></pre>
  329. </div>
  330. <h5 class="propertyValue">Property Value</h5>
  331. <table class="table table-bordered table-striped table-condensed">
  332. <thead>
  333. <tr>
  334. <th>Type</th>
  335. <th>Description</th>
  336. </tr>
  337. </thead>
  338. <tbody>
  339. <tr>
  340. <td><span class="xref">System.Int32</span></td>
  341. <td></td>
  342. </tr>
  343. </tbody>
  344. </table>
  345. <h5 class="overrides">Overrides</h5>
  346. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Left">ConsoleDriver.Left</a></div>
  347. <a id="Terminal_Gui_FakeDriver_Rows_" data-uid="Terminal.Gui.FakeDriver.Rows*"></a>
  348. <h4 id="Terminal_Gui_FakeDriver_Rows" data-uid="Terminal.Gui.FakeDriver.Rows">Rows</h4>
  349. <div class="markdown level1 summary"></div>
  350. <div class="markdown level1 conceptual"></div>
  351. <h5 class="decalaration">Declaration</h5>
  352. <div class="codewrapper">
  353. <pre><code class="lang-csharp hljs">public override int Rows { get; }</code></pre>
  354. </div>
  355. <h5 class="propertyValue">Property Value</h5>
  356. <table class="table table-bordered table-striped table-condensed">
  357. <thead>
  358. <tr>
  359. <th>Type</th>
  360. <th>Description</th>
  361. </tr>
  362. </thead>
  363. <tbody>
  364. <tr>
  365. <td><span class="xref">System.Int32</span></td>
  366. <td></td>
  367. </tr>
  368. </tbody>
  369. </table>
  370. <h5 class="overrides">Overrides</h5>
  371. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Rows">ConsoleDriver.Rows</a></div>
  372. <a id="Terminal_Gui_FakeDriver_Top_" data-uid="Terminal.Gui.FakeDriver.Top*"></a>
  373. <h4 id="Terminal_Gui_FakeDriver_Top" data-uid="Terminal.Gui.FakeDriver.Top">Top</h4>
  374. <div class="markdown level1 summary"></div>
  375. <div class="markdown level1 conceptual"></div>
  376. <h5 class="decalaration">Declaration</h5>
  377. <div class="codewrapper">
  378. <pre><code class="lang-csharp hljs">public override int Top { get; }</code></pre>
  379. </div>
  380. <h5 class="propertyValue">Property Value</h5>
  381. <table class="table table-bordered table-striped table-condensed">
  382. <thead>
  383. <tr>
  384. <th>Type</th>
  385. <th>Description</th>
  386. </tr>
  387. </thead>
  388. <tbody>
  389. <tr>
  390. <td><span class="xref">System.Int32</span></td>
  391. <td></td>
  392. </tr>
  393. </tbody>
  394. </table>
  395. <h5 class="overrides">Overrides</h5>
  396. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Top">ConsoleDriver.Top</a></div>
  397. <h3 id="methods">Methods
  398. </h3>
  399. <a id="Terminal_Gui_FakeDriver_AddRune_" data-uid="Terminal.Gui.FakeDriver.AddRune*"></a>
  400. <h4 id="Terminal_Gui_FakeDriver_AddRune_System_Rune_" data-uid="Terminal.Gui.FakeDriver.AddRune(System.Rune)">AddRune(Rune)</h4>
  401. <div class="markdown level1 summary"></div>
  402. <div class="markdown level1 conceptual"></div>
  403. <h5 class="decalaration">Declaration</h5>
  404. <div class="codewrapper">
  405. <pre><code class="lang-csharp hljs">public override void AddRune(Rune rune)</code></pre>
  406. </div>
  407. <h5 class="parameters">Parameters</h5>
  408. <table class="table table-bordered table-striped table-condensed">
  409. <thead>
  410. <tr>
  411. <th>Type</th>
  412. <th>Name</th>
  413. <th>Description</th>
  414. </tr>
  415. </thead>
  416. <tbody>
  417. <tr>
  418. <td><span class="xref">System.Rune</span></td>
  419. <td><span class="parametername">rune</span></td>
  420. <td></td>
  421. </tr>
  422. </tbody>
  423. </table>
  424. <h5 class="overrides">Overrides</h5>
  425. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_AddRune_System_Rune_">ConsoleDriver.AddRune(Rune)</a></div>
  426. <a id="Terminal_Gui_FakeDriver_AddStr_" data-uid="Terminal.Gui.FakeDriver.AddStr*"></a>
  427. <h4 id="Terminal_Gui_FakeDriver_AddStr_NStack_ustring_" data-uid="Terminal.Gui.FakeDriver.AddStr(NStack.ustring)">AddStr(ustring)</h4>
  428. <div class="markdown level1 summary"></div>
  429. <div class="markdown level1 conceptual"></div>
  430. <h5 class="decalaration">Declaration</h5>
  431. <div class="codewrapper">
  432. <pre><code class="lang-csharp hljs">public override void AddStr(ustring str)</code></pre>
  433. </div>
  434. <h5 class="parameters">Parameters</h5>
  435. <table class="table table-bordered table-striped table-condensed">
  436. <thead>
  437. <tr>
  438. <th>Type</th>
  439. <th>Name</th>
  440. <th>Description</th>
  441. </tr>
  442. </thead>
  443. <tbody>
  444. <tr>
  445. <td><span class="xref">NStack.ustring</span></td>
  446. <td><span class="parametername">str</span></td>
  447. <td></td>
  448. </tr>
  449. </tbody>
  450. </table>
  451. <h5 class="overrides">Overrides</h5>
  452. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_AddStr_NStack_ustring_">ConsoleDriver.AddStr(ustring)</a></div>
  453. <a id="Terminal_Gui_FakeDriver_CookMouse_" data-uid="Terminal.Gui.FakeDriver.CookMouse*"></a>
  454. <h4 id="Terminal_Gui_FakeDriver_CookMouse" data-uid="Terminal.Gui.FakeDriver.CookMouse">CookMouse()</h4>
  455. <div class="markdown level1 summary"></div>
  456. <div class="markdown level1 conceptual"></div>
  457. <h5 class="decalaration">Declaration</h5>
  458. <div class="codewrapper">
  459. <pre><code class="lang-csharp hljs">public override void CookMouse()</code></pre>
  460. </div>
  461. <h5 class="overrides">Overrides</h5>
  462. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_CookMouse">ConsoleDriver.CookMouse()</a></div>
  463. <a id="Terminal_Gui_FakeDriver_End_" data-uid="Terminal.Gui.FakeDriver.End*"></a>
  464. <h4 id="Terminal_Gui_FakeDriver_End" data-uid="Terminal.Gui.FakeDriver.End">End()</h4>
  465. <div class="markdown level1 summary"></div>
  466. <div class="markdown level1 conceptual"></div>
  467. <h5 class="decalaration">Declaration</h5>
  468. <div class="codewrapper">
  469. <pre><code class="lang-csharp hljs">public override void End()</code></pre>
  470. </div>
  471. <h5 class="overrides">Overrides</h5>
  472. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_End">ConsoleDriver.End()</a></div>
  473. <a id="Terminal_Gui_FakeDriver_EnsureCursorVisibility_" data-uid="Terminal.Gui.FakeDriver.EnsureCursorVisibility*"></a>
  474. <h4 id="Terminal_Gui_FakeDriver_EnsureCursorVisibility" data-uid="Terminal.Gui.FakeDriver.EnsureCursorVisibility">EnsureCursorVisibility()</h4>
  475. <div class="markdown level1 summary"></div>
  476. <div class="markdown level1 conceptual"></div>
  477. <h5 class="decalaration">Declaration</h5>
  478. <div class="codewrapper">
  479. <pre><code class="lang-csharp hljs">public override bool EnsureCursorVisibility()</code></pre>
  480. </div>
  481. <h5 class="returns">Returns</h5>
  482. <table class="table table-bordered table-striped table-condensed">
  483. <thead>
  484. <tr>
  485. <th>Type</th>
  486. <th>Description</th>
  487. </tr>
  488. </thead>
  489. <tbody>
  490. <tr>
  491. <td><span class="xref">System.Boolean</span></td>
  492. <td></td>
  493. </tr>
  494. </tbody>
  495. </table>
  496. <h5 class="overrides">Overrides</h5>
  497. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_EnsureCursorVisibility">ConsoleDriver.EnsureCursorVisibility()</a></div>
  498. <a id="Terminal_Gui_FakeDriver_GetAttribute_" data-uid="Terminal.Gui.FakeDriver.GetAttribute*"></a>
  499. <h4 id="Terminal_Gui_FakeDriver_GetAttribute" data-uid="Terminal.Gui.FakeDriver.GetAttribute">GetAttribute()</h4>
  500. <div class="markdown level1 summary"></div>
  501. <div class="markdown level1 conceptual"></div>
  502. <h5 class="decalaration">Declaration</h5>
  503. <div class="codewrapper">
  504. <pre><code class="lang-csharp hljs">public override Attribute GetAttribute()</code></pre>
  505. </div>
  506. <h5 class="returns">Returns</h5>
  507. <table class="table table-bordered table-striped table-condensed">
  508. <thead>
  509. <tr>
  510. <th>Type</th>
  511. <th>Description</th>
  512. </tr>
  513. </thead>
  514. <tbody>
  515. <tr>
  516. <td><a class="xref" href="Terminal.Gui.Attribute.html">Attribute</a></td>
  517. <td></td>
  518. </tr>
  519. </tbody>
  520. </table>
  521. <h5 class="overrides">Overrides</h5>
  522. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_GetAttribute">ConsoleDriver.GetAttribute()</a></div>
  523. <a id="Terminal_Gui_FakeDriver_GetColors_" data-uid="Terminal.Gui.FakeDriver.GetColors*"></a>
  524. <h4 id="Terminal_Gui_FakeDriver_GetColors_System_Int32_Terminal_Gui_Color__Terminal_Gui_Color__" data-uid="Terminal.Gui.FakeDriver.GetColors(System.Int32,Terminal.Gui.Color@,Terminal.Gui.Color@)">GetColors(Int32, out Color, out Color)</h4>
  525. <div class="markdown level1 summary"></div>
  526. <div class="markdown level1 conceptual"></div>
  527. <h5 class="decalaration">Declaration</h5>
  528. <div class="codewrapper">
  529. <pre><code class="lang-csharp hljs">public override bool GetColors(int value, out Color foreground, out Color background)</code></pre>
  530. </div>
  531. <h5 class="parameters">Parameters</h5>
  532. <table class="table table-bordered table-striped table-condensed">
  533. <thead>
  534. <tr>
  535. <th>Type</th>
  536. <th>Name</th>
  537. <th>Description</th>
  538. </tr>
  539. </thead>
  540. <tbody>
  541. <tr>
  542. <td><span class="xref">System.Int32</span></td>
  543. <td><span class="parametername">value</span></td>
  544. <td></td>
  545. </tr>
  546. <tr>
  547. <td><a class="xref" href="Terminal.Gui.Color.html">Color</a></td>
  548. <td><span class="parametername">foreground</span></td>
  549. <td></td>
  550. </tr>
  551. <tr>
  552. <td><a class="xref" href="Terminal.Gui.Color.html">Color</a></td>
  553. <td><span class="parametername">background</span></td>
  554. <td></td>
  555. </tr>
  556. </tbody>
  557. </table>
  558. <h5 class="returns">Returns</h5>
  559. <table class="table table-bordered table-striped table-condensed">
  560. <thead>
  561. <tr>
  562. <th>Type</th>
  563. <th>Description</th>
  564. </tr>
  565. </thead>
  566. <tbody>
  567. <tr>
  568. <td><span class="xref">System.Boolean</span></td>
  569. <td></td>
  570. </tr>
  571. </tbody>
  572. </table>
  573. <h5 class="overrides">Overrides</h5>
  574. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_GetColors_System_Int32_Terminal_Gui_Color__Terminal_Gui_Color__">ConsoleDriver.GetColors(Int32, out Color, out Color)</a></div>
  575. <a id="Terminal_Gui_FakeDriver_GetCursorVisibility_" data-uid="Terminal.Gui.FakeDriver.GetCursorVisibility*"></a>
  576. <h4 id="Terminal_Gui_FakeDriver_GetCursorVisibility_Terminal_Gui_CursorVisibility__" data-uid="Terminal.Gui.FakeDriver.GetCursorVisibility(Terminal.Gui.CursorVisibility@)">GetCursorVisibility(out CursorVisibility)</h4>
  577. <div class="markdown level1 summary"></div>
  578. <div class="markdown level1 conceptual"></div>
  579. <h5 class="decalaration">Declaration</h5>
  580. <div class="codewrapper">
  581. <pre><code class="lang-csharp hljs">public override bool GetCursorVisibility(out CursorVisibility visibility)</code></pre>
  582. </div>
  583. <h5 class="parameters">Parameters</h5>
  584. <table class="table table-bordered table-striped table-condensed">
  585. <thead>
  586. <tr>
  587. <th>Type</th>
  588. <th>Name</th>
  589. <th>Description</th>
  590. </tr>
  591. </thead>
  592. <tbody>
  593. <tr>
  594. <td><a class="xref" href="Terminal.Gui.CursorVisibility.html">CursorVisibility</a></td>
  595. <td><span class="parametername">visibility</span></td>
  596. <td></td>
  597. </tr>
  598. </tbody>
  599. </table>
  600. <h5 class="returns">Returns</h5>
  601. <table class="table table-bordered table-striped table-condensed">
  602. <thead>
  603. <tr>
  604. <th>Type</th>
  605. <th>Description</th>
  606. </tr>
  607. </thead>
  608. <tbody>
  609. <tr>
  610. <td><span class="xref">System.Boolean</span></td>
  611. <td></td>
  612. </tr>
  613. </tbody>
  614. </table>
  615. <h5 class="overrides">Overrides</h5>
  616. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_GetCursorVisibility_Terminal_Gui_CursorVisibility__">ConsoleDriver.GetCursorVisibility(out CursorVisibility)</a></div>
  617. <a id="Terminal_Gui_FakeDriver_Init_" data-uid="Terminal.Gui.FakeDriver.Init*"></a>
  618. <h4 id="Terminal_Gui_FakeDriver_Init_System_Action_" data-uid="Terminal.Gui.FakeDriver.Init(System.Action)">Init(Action)</h4>
  619. <div class="markdown level1 summary"></div>
  620. <div class="markdown level1 conceptual"></div>
  621. <h5 class="decalaration">Declaration</h5>
  622. <div class="codewrapper">
  623. <pre><code class="lang-csharp hljs">public override void Init(Action terminalResized)</code></pre>
  624. </div>
  625. <h5 class="parameters">Parameters</h5>
  626. <table class="table table-bordered table-striped table-condensed">
  627. <thead>
  628. <tr>
  629. <th>Type</th>
  630. <th>Name</th>
  631. <th>Description</th>
  632. </tr>
  633. </thead>
  634. <tbody>
  635. <tr>
  636. <td><span class="xref">System.Action</span></td>
  637. <td><span class="parametername">terminalResized</span></td>
  638. <td></td>
  639. </tr>
  640. </tbody>
  641. </table>
  642. <h5 class="overrides">Overrides</h5>
  643. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Init_System_Action_">ConsoleDriver.Init(Action)</a></div>
  644. <a id="Terminal_Gui_FakeDriver_MakeAttribute_" data-uid="Terminal.Gui.FakeDriver.MakeAttribute*"></a>
  645. <h4 id="Terminal_Gui_FakeDriver_MakeAttribute_Terminal_Gui_Color_Terminal_Gui_Color_" data-uid="Terminal.Gui.FakeDriver.MakeAttribute(Terminal.Gui.Color,Terminal.Gui.Color)">MakeAttribute(Color, Color)</h4>
  646. <div class="markdown level1 summary"></div>
  647. <div class="markdown level1 conceptual"></div>
  648. <h5 class="decalaration">Declaration</h5>
  649. <div class="codewrapper">
  650. <pre><code class="lang-csharp hljs">public override Attribute MakeAttribute(Color fore, Color back)</code></pre>
  651. </div>
  652. <h5 class="parameters">Parameters</h5>
  653. <table class="table table-bordered table-striped table-condensed">
  654. <thead>
  655. <tr>
  656. <th>Type</th>
  657. <th>Name</th>
  658. <th>Description</th>
  659. </tr>
  660. </thead>
  661. <tbody>
  662. <tr>
  663. <td><a class="xref" href="Terminal.Gui.Color.html">Color</a></td>
  664. <td><span class="parametername">fore</span></td>
  665. <td></td>
  666. </tr>
  667. <tr>
  668. <td><a class="xref" href="Terminal.Gui.Color.html">Color</a></td>
  669. <td><span class="parametername">back</span></td>
  670. <td></td>
  671. </tr>
  672. </tbody>
  673. </table>
  674. <h5 class="returns">Returns</h5>
  675. <table class="table table-bordered table-striped table-condensed">
  676. <thead>
  677. <tr>
  678. <th>Type</th>
  679. <th>Description</th>
  680. </tr>
  681. </thead>
  682. <tbody>
  683. <tr>
  684. <td><a class="xref" href="Terminal.Gui.Attribute.html">Attribute</a></td>
  685. <td></td>
  686. </tr>
  687. </tbody>
  688. </table>
  689. <h5 class="overrides">Overrides</h5>
  690. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_MakeAttribute_Terminal_Gui_Color_Terminal_Gui_Color_">ConsoleDriver.MakeAttribute(Color, Color)</a></div>
  691. <a id="Terminal_Gui_FakeDriver_Move_" data-uid="Terminal.Gui.FakeDriver.Move*"></a>
  692. <h4 id="Terminal_Gui_FakeDriver_Move_System_Int32_System_Int32_" data-uid="Terminal.Gui.FakeDriver.Move(System.Int32,System.Int32)">Move(Int32, Int32)</h4>
  693. <div class="markdown level1 summary"></div>
  694. <div class="markdown level1 conceptual"></div>
  695. <h5 class="decalaration">Declaration</h5>
  696. <div class="codewrapper">
  697. <pre><code class="lang-csharp hljs">public override void Move(int col, int row)</code></pre>
  698. </div>
  699. <h5 class="parameters">Parameters</h5>
  700. <table class="table table-bordered table-striped table-condensed">
  701. <thead>
  702. <tr>
  703. <th>Type</th>
  704. <th>Name</th>
  705. <th>Description</th>
  706. </tr>
  707. </thead>
  708. <tbody>
  709. <tr>
  710. <td><span class="xref">System.Int32</span></td>
  711. <td><span class="parametername">col</span></td>
  712. <td></td>
  713. </tr>
  714. <tr>
  715. <td><span class="xref">System.Int32</span></td>
  716. <td><span class="parametername">row</span></td>
  717. <td></td>
  718. </tr>
  719. </tbody>
  720. </table>
  721. <h5 class="overrides">Overrides</h5>
  722. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Move_System_Int32_System_Int32_">ConsoleDriver.Move(Int32, Int32)</a></div>
  723. <a id="Terminal_Gui_FakeDriver_PrepareToRun_" data-uid="Terminal.Gui.FakeDriver.PrepareToRun*"></a>
  724. <h4 id="Terminal_Gui_FakeDriver_PrepareToRun_Terminal_Gui_MainLoop_System_Action_Terminal_Gui_KeyEvent__System_Action_Terminal_Gui_KeyEvent__System_Action_Terminal_Gui_KeyEvent__System_Action_Terminal_Gui_MouseEvent__" data-uid="Terminal.Gui.FakeDriver.PrepareToRun(Terminal.Gui.MainLoop,System.Action{Terminal.Gui.KeyEvent},System.Action{Terminal.Gui.KeyEvent},System.Action{Terminal.Gui.KeyEvent},System.Action{Terminal.Gui.MouseEvent})">PrepareToRun(MainLoop, Action&lt;KeyEvent&gt;, Action&lt;KeyEvent&gt;, Action&lt;KeyEvent&gt;, Action&lt;MouseEvent&gt;)</h4>
  725. <div class="markdown level1 summary"></div>
  726. <div class="markdown level1 conceptual"></div>
  727. <h5 class="decalaration">Declaration</h5>
  728. <div class="codewrapper">
  729. <pre><code class="lang-csharp hljs">public override void PrepareToRun(MainLoop mainLoop, Action&lt;KeyEvent&gt; keyHandler, Action&lt;KeyEvent&gt; keyDownHandler, Action&lt;KeyEvent&gt; keyUpHandler, Action&lt;MouseEvent&gt; mouseHandler)</code></pre>
  730. </div>
  731. <h5 class="parameters">Parameters</h5>
  732. <table class="table table-bordered table-striped table-condensed">
  733. <thead>
  734. <tr>
  735. <th>Type</th>
  736. <th>Name</th>
  737. <th>Description</th>
  738. </tr>
  739. </thead>
  740. <tbody>
  741. <tr>
  742. <td><a class="xref" href="Terminal.Gui.MainLoop.html">MainLoop</a></td>
  743. <td><span class="parametername">mainLoop</span></td>
  744. <td></td>
  745. </tr>
  746. <tr>
  747. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.KeyEvent.html">KeyEvent</a>&gt;</td>
  748. <td><span class="parametername">keyHandler</span></td>
  749. <td></td>
  750. </tr>
  751. <tr>
  752. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.KeyEvent.html">KeyEvent</a>&gt;</td>
  753. <td><span class="parametername">keyDownHandler</span></td>
  754. <td></td>
  755. </tr>
  756. <tr>
  757. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.KeyEvent.html">KeyEvent</a>&gt;</td>
  758. <td><span class="parametername">keyUpHandler</span></td>
  759. <td></td>
  760. </tr>
  761. <tr>
  762. <td><span class="xref">System.Action</span>&lt;<a class="xref" href="Terminal.Gui.MouseEvent.html">MouseEvent</a>&gt;</td>
  763. <td><span class="parametername">mouseHandler</span></td>
  764. <td></td>
  765. </tr>
  766. </tbody>
  767. </table>
  768. <h5 class="overrides">Overrides</h5>
  769. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_PrepareToRun_Terminal_Gui_MainLoop_System_Action_Terminal_Gui_KeyEvent__System_Action_Terminal_Gui_KeyEvent__System_Action_Terminal_Gui_KeyEvent__System_Action_Terminal_Gui_MouseEvent__">ConsoleDriver.PrepareToRun(MainLoop, Action&lt;KeyEvent&gt;, Action&lt;KeyEvent&gt;, Action&lt;KeyEvent&gt;, Action&lt;MouseEvent&gt;)</a></div>
  770. <a id="Terminal_Gui_FakeDriver_Refresh_" data-uid="Terminal.Gui.FakeDriver.Refresh*"></a>
  771. <h4 id="Terminal_Gui_FakeDriver_Refresh" data-uid="Terminal.Gui.FakeDriver.Refresh">Refresh()</h4>
  772. <div class="markdown level1 summary"></div>
  773. <div class="markdown level1 conceptual"></div>
  774. <h5 class="decalaration">Declaration</h5>
  775. <div class="codewrapper">
  776. <pre><code class="lang-csharp hljs">public override void Refresh()</code></pre>
  777. </div>
  778. <h5 class="overrides">Overrides</h5>
  779. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Refresh">ConsoleDriver.Refresh()</a></div>
  780. <a id="Terminal_Gui_FakeDriver_SendKeys_" data-uid="Terminal.Gui.FakeDriver.SendKeys*"></a>
  781. <h4 id="Terminal_Gui_FakeDriver_SendKeys_System_Char_System_ConsoleKey_System_Boolean_System_Boolean_System_Boolean_" data-uid="Terminal.Gui.FakeDriver.SendKeys(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean)">SendKeys(Char, ConsoleKey, Boolean, Boolean, Boolean)</h4>
  782. <div class="markdown level1 summary"></div>
  783. <div class="markdown level1 conceptual"></div>
  784. <h5 class="decalaration">Declaration</h5>
  785. <div class="codewrapper">
  786. <pre><code class="lang-csharp hljs">public override void SendKeys(char keyChar, ConsoleKey key, bool shift, bool alt, bool control)</code></pre>
  787. </div>
  788. <h5 class="parameters">Parameters</h5>
  789. <table class="table table-bordered table-striped table-condensed">
  790. <thead>
  791. <tr>
  792. <th>Type</th>
  793. <th>Name</th>
  794. <th>Description</th>
  795. </tr>
  796. </thead>
  797. <tbody>
  798. <tr>
  799. <td><span class="xref">System.Char</span></td>
  800. <td><span class="parametername">keyChar</span></td>
  801. <td></td>
  802. </tr>
  803. <tr>
  804. <td><span class="xref">System.ConsoleKey</span></td>
  805. <td><span class="parametername">key</span></td>
  806. <td></td>
  807. </tr>
  808. <tr>
  809. <td><span class="xref">System.Boolean</span></td>
  810. <td><span class="parametername">shift</span></td>
  811. <td></td>
  812. </tr>
  813. <tr>
  814. <td><span class="xref">System.Boolean</span></td>
  815. <td><span class="parametername">alt</span></td>
  816. <td></td>
  817. </tr>
  818. <tr>
  819. <td><span class="xref">System.Boolean</span></td>
  820. <td><span class="parametername">control</span></td>
  821. <td></td>
  822. </tr>
  823. </tbody>
  824. </table>
  825. <h5 class="overrides">Overrides</h5>
  826. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_SendKeys_System_Char_System_ConsoleKey_System_Boolean_System_Boolean_System_Boolean_">ConsoleDriver.SendKeys(Char, ConsoleKey, Boolean, Boolean, Boolean)</a></div>
  827. <a id="Terminal_Gui_FakeDriver_SetAttribute_" data-uid="Terminal.Gui.FakeDriver.SetAttribute*"></a>
  828. <h4 id="Terminal_Gui_FakeDriver_SetAttribute_Terminal_Gui_Attribute_" data-uid="Terminal.Gui.FakeDriver.SetAttribute(Terminal.Gui.Attribute)">SetAttribute(Attribute)</h4>
  829. <div class="markdown level1 summary"></div>
  830. <div class="markdown level1 conceptual"></div>
  831. <h5 class="decalaration">Declaration</h5>
  832. <div class="codewrapper">
  833. <pre><code class="lang-csharp hljs">public override void SetAttribute(Attribute c)</code></pre>
  834. </div>
  835. <h5 class="parameters">Parameters</h5>
  836. <table class="table table-bordered table-striped table-condensed">
  837. <thead>
  838. <tr>
  839. <th>Type</th>
  840. <th>Name</th>
  841. <th>Description</th>
  842. </tr>
  843. </thead>
  844. <tbody>
  845. <tr>
  846. <td><a class="xref" href="Terminal.Gui.Attribute.html">Attribute</a></td>
  847. <td><span class="parametername">c</span></td>
  848. <td></td>
  849. </tr>
  850. </tbody>
  851. </table>
  852. <h5 class="overrides">Overrides</h5>
  853. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_SetAttribute_Terminal_Gui_Attribute_">ConsoleDriver.SetAttribute(Attribute)</a></div>
  854. <a id="Terminal_Gui_FakeDriver_SetBufferSize_" data-uid="Terminal.Gui.FakeDriver.SetBufferSize*"></a>
  855. <h4 id="Terminal_Gui_FakeDriver_SetBufferSize_System_Int32_System_Int32_" data-uid="Terminal.Gui.FakeDriver.SetBufferSize(System.Int32,System.Int32)">SetBufferSize(Int32, Int32)</h4>
  856. <div class="markdown level1 summary"></div>
  857. <div class="markdown level1 conceptual"></div>
  858. <h5 class="decalaration">Declaration</h5>
  859. <div class="codewrapper">
  860. <pre><code class="lang-csharp hljs">public void SetBufferSize(int width, int height)</code></pre>
  861. </div>
  862. <h5 class="parameters">Parameters</h5>
  863. <table class="table table-bordered table-striped table-condensed">
  864. <thead>
  865. <tr>
  866. <th>Type</th>
  867. <th>Name</th>
  868. <th>Description</th>
  869. </tr>
  870. </thead>
  871. <tbody>
  872. <tr>
  873. <td><span class="xref">System.Int32</span></td>
  874. <td><span class="parametername">width</span></td>
  875. <td></td>
  876. </tr>
  877. <tr>
  878. <td><span class="xref">System.Int32</span></td>
  879. <td><span class="parametername">height</span></td>
  880. <td></td>
  881. </tr>
  882. </tbody>
  883. </table>
  884. <a id="Terminal_Gui_FakeDriver_SetColors_" data-uid="Terminal.Gui.FakeDriver.SetColors*"></a>
  885. <h4 id="Terminal_Gui_FakeDriver_SetColors_System_ConsoleColor_System_ConsoleColor_" data-uid="Terminal.Gui.FakeDriver.SetColors(System.ConsoleColor,System.ConsoleColor)">SetColors(ConsoleColor, ConsoleColor)</h4>
  886. <div class="markdown level1 summary"></div>
  887. <div class="markdown level1 conceptual"></div>
  888. <h5 class="decalaration">Declaration</h5>
  889. <div class="codewrapper">
  890. <pre><code class="lang-csharp hljs">public override void SetColors(ConsoleColor foreground, ConsoleColor background)</code></pre>
  891. </div>
  892. <h5 class="parameters">Parameters</h5>
  893. <table class="table table-bordered table-striped table-condensed">
  894. <thead>
  895. <tr>
  896. <th>Type</th>
  897. <th>Name</th>
  898. <th>Description</th>
  899. </tr>
  900. </thead>
  901. <tbody>
  902. <tr>
  903. <td><span class="xref">System.ConsoleColor</span></td>
  904. <td><span class="parametername">foreground</span></td>
  905. <td></td>
  906. </tr>
  907. <tr>
  908. <td><span class="xref">System.ConsoleColor</span></td>
  909. <td><span class="parametername">background</span></td>
  910. <td></td>
  911. </tr>
  912. </tbody>
  913. </table>
  914. <h5 class="overrides">Overrides</h5>
  915. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_SetColors_System_ConsoleColor_System_ConsoleColor_">ConsoleDriver.SetColors(ConsoleColor, ConsoleColor)</a></div>
  916. <a id="Terminal_Gui_FakeDriver_SetColors_" data-uid="Terminal.Gui.FakeDriver.SetColors*"></a>
  917. <h4 id="Terminal_Gui_FakeDriver_SetColors_System_Int16_System_Int16_" data-uid="Terminal.Gui.FakeDriver.SetColors(System.Int16,System.Int16)">SetColors(Int16, Int16)</h4>
  918. <div class="markdown level1 summary"></div>
  919. <div class="markdown level1 conceptual"></div>
  920. <h5 class="decalaration">Declaration</h5>
  921. <div class="codewrapper">
  922. <pre><code class="lang-csharp hljs">public override void SetColors(short foregroundColorId, short backgroundColorId)</code></pre>
  923. </div>
  924. <h5 class="parameters">Parameters</h5>
  925. <table class="table table-bordered table-striped table-condensed">
  926. <thead>
  927. <tr>
  928. <th>Type</th>
  929. <th>Name</th>
  930. <th>Description</th>
  931. </tr>
  932. </thead>
  933. <tbody>
  934. <tr>
  935. <td><span class="xref">System.Int16</span></td>
  936. <td><span class="parametername">foregroundColorId</span></td>
  937. <td></td>
  938. </tr>
  939. <tr>
  940. <td><span class="xref">System.Int16</span></td>
  941. <td><span class="parametername">backgroundColorId</span></td>
  942. <td></td>
  943. </tr>
  944. </tbody>
  945. </table>
  946. <h5 class="overrides">Overrides</h5>
  947. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_SetColors_System_Int16_System_Int16_">ConsoleDriver.SetColors(Int16, Int16)</a></div>
  948. <a id="Terminal_Gui_FakeDriver_SetCursorVisibility_" data-uid="Terminal.Gui.FakeDriver.SetCursorVisibility*"></a>
  949. <h4 id="Terminal_Gui_FakeDriver_SetCursorVisibility_Terminal_Gui_CursorVisibility_" data-uid="Terminal.Gui.FakeDriver.SetCursorVisibility(Terminal.Gui.CursorVisibility)">SetCursorVisibility(CursorVisibility)</h4>
  950. <div class="markdown level1 summary"></div>
  951. <div class="markdown level1 conceptual"></div>
  952. <h5 class="decalaration">Declaration</h5>
  953. <div class="codewrapper">
  954. <pre><code class="lang-csharp hljs">public override bool SetCursorVisibility(CursorVisibility visibility)</code></pre>
  955. </div>
  956. <h5 class="parameters">Parameters</h5>
  957. <table class="table table-bordered table-striped table-condensed">
  958. <thead>
  959. <tr>
  960. <th>Type</th>
  961. <th>Name</th>
  962. <th>Description</th>
  963. </tr>
  964. </thead>
  965. <tbody>
  966. <tr>
  967. <td><a class="xref" href="Terminal.Gui.CursorVisibility.html">CursorVisibility</a></td>
  968. <td><span class="parametername">visibility</span></td>
  969. <td></td>
  970. </tr>
  971. </tbody>
  972. </table>
  973. <h5 class="returns">Returns</h5>
  974. <table class="table table-bordered table-striped table-condensed">
  975. <thead>
  976. <tr>
  977. <th>Type</th>
  978. <th>Description</th>
  979. </tr>
  980. </thead>
  981. <tbody>
  982. <tr>
  983. <td><span class="xref">System.Boolean</span></td>
  984. <td></td>
  985. </tr>
  986. </tbody>
  987. </table>
  988. <h5 class="overrides">Overrides</h5>
  989. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_SetCursorVisibility_Terminal_Gui_CursorVisibility_">ConsoleDriver.SetCursorVisibility(CursorVisibility)</a></div>
  990. <a id="Terminal_Gui_FakeDriver_SetWindowPosition_" data-uid="Terminal.Gui.FakeDriver.SetWindowPosition*"></a>
  991. <h4 id="Terminal_Gui_FakeDriver_SetWindowPosition_System_Int32_System_Int32_" data-uid="Terminal.Gui.FakeDriver.SetWindowPosition(System.Int32,System.Int32)">SetWindowPosition(Int32, Int32)</h4>
  992. <div class="markdown level1 summary"></div>
  993. <div class="markdown level1 conceptual"></div>
  994. <h5 class="decalaration">Declaration</h5>
  995. <div class="codewrapper">
  996. <pre><code class="lang-csharp hljs">public void SetWindowPosition(int left, int top)</code></pre>
  997. </div>
  998. <h5 class="parameters">Parameters</h5>
  999. <table class="table table-bordered table-striped table-condensed">
  1000. <thead>
  1001. <tr>
  1002. <th>Type</th>
  1003. <th>Name</th>
  1004. <th>Description</th>
  1005. </tr>
  1006. </thead>
  1007. <tbody>
  1008. <tr>
  1009. <td><span class="xref">System.Int32</span></td>
  1010. <td><span class="parametername">left</span></td>
  1011. <td></td>
  1012. </tr>
  1013. <tr>
  1014. <td><span class="xref">System.Int32</span></td>
  1015. <td><span class="parametername">top</span></td>
  1016. <td></td>
  1017. </tr>
  1018. </tbody>
  1019. </table>
  1020. <a id="Terminal_Gui_FakeDriver_SetWindowSize_" data-uid="Terminal.Gui.FakeDriver.SetWindowSize*"></a>
  1021. <h4 id="Terminal_Gui_FakeDriver_SetWindowSize_System_Int32_System_Int32_" data-uid="Terminal.Gui.FakeDriver.SetWindowSize(System.Int32,System.Int32)">SetWindowSize(Int32, Int32)</h4>
  1022. <div class="markdown level1 summary"></div>
  1023. <div class="markdown level1 conceptual"></div>
  1024. <h5 class="decalaration">Declaration</h5>
  1025. <div class="codewrapper">
  1026. <pre><code class="lang-csharp hljs">public void SetWindowSize(int width, int height)</code></pre>
  1027. </div>
  1028. <h5 class="parameters">Parameters</h5>
  1029. <table class="table table-bordered table-striped table-condensed">
  1030. <thead>
  1031. <tr>
  1032. <th>Type</th>
  1033. <th>Name</th>
  1034. <th>Description</th>
  1035. </tr>
  1036. </thead>
  1037. <tbody>
  1038. <tr>
  1039. <td><span class="xref">System.Int32</span></td>
  1040. <td><span class="parametername">width</span></td>
  1041. <td></td>
  1042. </tr>
  1043. <tr>
  1044. <td><span class="xref">System.Int32</span></td>
  1045. <td><span class="parametername">height</span></td>
  1046. <td></td>
  1047. </tr>
  1048. </tbody>
  1049. </table>
  1050. <a id="Terminal_Gui_FakeDriver_StartReportingMouseMoves_" data-uid="Terminal.Gui.FakeDriver.StartReportingMouseMoves*"></a>
  1051. <h4 id="Terminal_Gui_FakeDriver_StartReportingMouseMoves" data-uid="Terminal.Gui.FakeDriver.StartReportingMouseMoves">StartReportingMouseMoves()</h4>
  1052. <div class="markdown level1 summary"></div>
  1053. <div class="markdown level1 conceptual"></div>
  1054. <h5 class="decalaration">Declaration</h5>
  1055. <div class="codewrapper">
  1056. <pre><code class="lang-csharp hljs">public override void StartReportingMouseMoves()</code></pre>
  1057. </div>
  1058. <h5 class="overrides">Overrides</h5>
  1059. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_StartReportingMouseMoves">ConsoleDriver.StartReportingMouseMoves()</a></div>
  1060. <a id="Terminal_Gui_FakeDriver_StopReportingMouseMoves_" data-uid="Terminal.Gui.FakeDriver.StopReportingMouseMoves*"></a>
  1061. <h4 id="Terminal_Gui_FakeDriver_StopReportingMouseMoves" data-uid="Terminal.Gui.FakeDriver.StopReportingMouseMoves">StopReportingMouseMoves()</h4>
  1062. <div class="markdown level1 summary"></div>
  1063. <div class="markdown level1 conceptual"></div>
  1064. <h5 class="decalaration">Declaration</h5>
  1065. <div class="codewrapper">
  1066. <pre><code class="lang-csharp hljs">public override void StopReportingMouseMoves()</code></pre>
  1067. </div>
  1068. <h5 class="overrides">Overrides</h5>
  1069. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_StopReportingMouseMoves">ConsoleDriver.StopReportingMouseMoves()</a></div>
  1070. <a id="Terminal_Gui_FakeDriver_Suspend_" data-uid="Terminal.Gui.FakeDriver.Suspend*"></a>
  1071. <h4 id="Terminal_Gui_FakeDriver_Suspend" data-uid="Terminal.Gui.FakeDriver.Suspend">Suspend()</h4>
  1072. <div class="markdown level1 summary"></div>
  1073. <div class="markdown level1 conceptual"></div>
  1074. <h5 class="decalaration">Declaration</h5>
  1075. <div class="codewrapper">
  1076. <pre><code class="lang-csharp hljs">public override void Suspend()</code></pre>
  1077. </div>
  1078. <h5 class="overrides">Overrides</h5>
  1079. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_Suspend">ConsoleDriver.Suspend()</a></div>
  1080. <a id="Terminal_Gui_FakeDriver_UncookMouse_" data-uid="Terminal.Gui.FakeDriver.UncookMouse*"></a>
  1081. <h4 id="Terminal_Gui_FakeDriver_UncookMouse" data-uid="Terminal.Gui.FakeDriver.UncookMouse">UncookMouse()</h4>
  1082. <div class="markdown level1 summary"></div>
  1083. <div class="markdown level1 conceptual"></div>
  1084. <h5 class="decalaration">Declaration</h5>
  1085. <div class="codewrapper">
  1086. <pre><code class="lang-csharp hljs">public override void UncookMouse()</code></pre>
  1087. </div>
  1088. <h5 class="overrides">Overrides</h5>
  1089. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_UncookMouse">ConsoleDriver.UncookMouse()</a></div>
  1090. <a id="Terminal_Gui_FakeDriver_UpdateCursor_" data-uid="Terminal.Gui.FakeDriver.UpdateCursor*"></a>
  1091. <h4 id="Terminal_Gui_FakeDriver_UpdateCursor" data-uid="Terminal.Gui.FakeDriver.UpdateCursor">UpdateCursor()</h4>
  1092. <div class="markdown level1 summary"></div>
  1093. <div class="markdown level1 conceptual"></div>
  1094. <h5 class="decalaration">Declaration</h5>
  1095. <div class="codewrapper">
  1096. <pre><code class="lang-csharp hljs">public override void UpdateCursor()</code></pre>
  1097. </div>
  1098. <h5 class="overrides">Overrides</h5>
  1099. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_UpdateCursor">ConsoleDriver.UpdateCursor()</a></div>
  1100. <a id="Terminal_Gui_FakeDriver_UpdateScreen_" data-uid="Terminal.Gui.FakeDriver.UpdateScreen*"></a>
  1101. <h4 id="Terminal_Gui_FakeDriver_UpdateScreen" data-uid="Terminal.Gui.FakeDriver.UpdateScreen">UpdateScreen()</h4>
  1102. <div class="markdown level1 summary"></div>
  1103. <div class="markdown level1 conceptual"></div>
  1104. <h5 class="decalaration">Declaration</h5>
  1105. <div class="codewrapper">
  1106. <pre><code class="lang-csharp hljs">public override void UpdateScreen()</code></pre>
  1107. </div>
  1108. <h5 class="overrides">Overrides</h5>
  1109. <div><a class="xref" href="Terminal.Gui.ConsoleDriver.html#Terminal_Gui_ConsoleDriver_UpdateScreen">ConsoleDriver.UpdateScreen()</a></div>
  1110. </article>
  1111. </div>
  1112. <div class="hidden-sm col-md-2" role="complementary">
  1113. <div class="sideaffix">
  1114. <div class="contribution">
  1115. <ul class="nav">
  1116. </ul>
  1117. </div>
  1118. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  1119. <h5>In This Article</h5>
  1120. <div></div>
  1121. </nav>
  1122. </div>
  1123. </div>
  1124. </div>
  1125. </div>
  1126. <footer>
  1127. <div class="grad-bottom"></div>
  1128. <div class="footer">
  1129. <div class="container">
  1130. <span class="pull-right">
  1131. <a href="#top">Back to top</a>
  1132. </span>
  1133. <span>Generated by <strong>DocFX</strong></span>
  1134. </div>
  1135. </div>
  1136. </footer>
  1137. </div>
  1138. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  1139. <script type="text/javascript" src="../../styles/docfx.js"></script>
  1140. <script type="text/javascript" src="../../styles/main.js"></script>
  1141. </body>
  1142. </html>