Terminal.Gui.MouseEvent.yml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.MouseEvent
  4. commentId: T:Terminal.Gui.MouseEvent
  5. id: MouseEvent
  6. parent: Terminal.Gui
  7. children:
  8. - Terminal.Gui.MouseEvent.Flags
  9. - Terminal.Gui.MouseEvent.OfX
  10. - Terminal.Gui.MouseEvent.OfY
  11. - Terminal.Gui.MouseEvent.ToString
  12. - Terminal.Gui.MouseEvent.View
  13. - Terminal.Gui.MouseEvent.X
  14. - Terminal.Gui.MouseEvent.Y
  15. langs:
  16. - csharp
  17. - vb
  18. name: MouseEvent
  19. nameWithType: MouseEvent
  20. fullName: Terminal.Gui.MouseEvent
  21. type: Struct
  22. source:
  23. remote:
  24. path: Terminal.Gui/Event.cs
  25. branch: docs
  26. repo: tig:tig/gui.cs.git
  27. id: MouseEvent
  28. path: ../Terminal.Gui/Event.cs
  29. startLine: 483
  30. assemblies:
  31. - Terminal.Gui
  32. namespace: Terminal.Gui
  33. summary: "\nDescribes a mouse event\n"
  34. example: []
  35. syntax:
  36. content: public struct MouseEvent
  37. content.vb: Public Structure MouseEvent
  38. inheritedMembers:
  39. - System.ValueType.Equals(System.Object)
  40. - System.ValueType.GetHashCode
  41. - System.Object.Equals(System.Object,System.Object)
  42. - System.Object.GetType
  43. - System.Object.ReferenceEquals(System.Object,System.Object)
  44. modifiers.csharp:
  45. - public
  46. - struct
  47. modifiers.vb:
  48. - Public
  49. - Structure
  50. - uid: Terminal.Gui.MouseEvent.X
  51. commentId: F:Terminal.Gui.MouseEvent.X
  52. id: X
  53. parent: Terminal.Gui.MouseEvent
  54. langs:
  55. - csharp
  56. - vb
  57. name: X
  58. nameWithType: MouseEvent.X
  59. fullName: Terminal.Gui.MouseEvent.X
  60. type: Field
  61. source:
  62. remote:
  63. path: Terminal.Gui/Event.cs
  64. branch: docs
  65. repo: tig:tig/gui.cs.git
  66. id: X
  67. path: ../Terminal.Gui/Event.cs
  68. startLine: 487
  69. assemblies:
  70. - Terminal.Gui
  71. namespace: Terminal.Gui
  72. summary: "\nThe X (column) location for the mouse event.\n"
  73. example: []
  74. syntax:
  75. content: public int X
  76. return:
  77. type: System.Int32
  78. content.vb: Public X As Integer
  79. modifiers.csharp:
  80. - public
  81. modifiers.vb:
  82. - Public
  83. - uid: Terminal.Gui.MouseEvent.Y
  84. commentId: F:Terminal.Gui.MouseEvent.Y
  85. id: Y
  86. parent: Terminal.Gui.MouseEvent
  87. langs:
  88. - csharp
  89. - vb
  90. name: Y
  91. nameWithType: MouseEvent.Y
  92. fullName: Terminal.Gui.MouseEvent.Y
  93. type: Field
  94. source:
  95. remote:
  96. path: Terminal.Gui/Event.cs
  97. branch: docs
  98. repo: tig:tig/gui.cs.git
  99. id: Y
  100. path: ../Terminal.Gui/Event.cs
  101. startLine: 492
  102. assemblies:
  103. - Terminal.Gui
  104. namespace: Terminal.Gui
  105. summary: "\nThe Y (column) location for the mouse event.\n"
  106. example: []
  107. syntax:
  108. content: public int Y
  109. return:
  110. type: System.Int32
  111. content.vb: Public Y As Integer
  112. modifiers.csharp:
  113. - public
  114. modifiers.vb:
  115. - Public
  116. - uid: Terminal.Gui.MouseEvent.Flags
  117. commentId: F:Terminal.Gui.MouseEvent.Flags
  118. id: Flags
  119. parent: Terminal.Gui.MouseEvent
  120. langs:
  121. - csharp
  122. - vb
  123. name: Flags
  124. nameWithType: MouseEvent.Flags
  125. fullName: Terminal.Gui.MouseEvent.Flags
  126. type: Field
  127. source:
  128. remote:
  129. path: Terminal.Gui/Event.cs
  130. branch: docs
  131. repo: tig:tig/gui.cs.git
  132. id: Flags
  133. path: ../Terminal.Gui/Event.cs
  134. startLine: 497
  135. assemblies:
  136. - Terminal.Gui
  137. namespace: Terminal.Gui
  138. summary: "\nFlags indicating the kind of mouse event that is being posted.\n"
  139. example: []
  140. syntax:
  141. content: public MouseFlags Flags
  142. return:
  143. type: Terminal.Gui.MouseFlags
  144. content.vb: Public Flags As MouseFlags
  145. modifiers.csharp:
  146. - public
  147. modifiers.vb:
  148. - Public
  149. - uid: Terminal.Gui.MouseEvent.OfX
  150. commentId: F:Terminal.Gui.MouseEvent.OfX
  151. id: OfX
  152. parent: Terminal.Gui.MouseEvent
  153. langs:
  154. - csharp
  155. - vb
  156. name: OfX
  157. nameWithType: MouseEvent.OfX
  158. fullName: Terminal.Gui.MouseEvent.OfX
  159. type: Field
  160. source:
  161. remote:
  162. path: Terminal.Gui/Event.cs
  163. branch: docs
  164. repo: tig:tig/gui.cs.git
  165. id: OfX
  166. path: ../Terminal.Gui/Event.cs
  167. startLine: 502
  168. assemblies:
  169. - Terminal.Gui
  170. namespace: Terminal.Gui
  171. summary: "\nThe offset X (column) location for the mouse event.\n"
  172. example: []
  173. syntax:
  174. content: public int OfX
  175. return:
  176. type: System.Int32
  177. content.vb: Public OfX As Integer
  178. modifiers.csharp:
  179. - public
  180. modifiers.vb:
  181. - Public
  182. - uid: Terminal.Gui.MouseEvent.OfY
  183. commentId: F:Terminal.Gui.MouseEvent.OfY
  184. id: OfY
  185. parent: Terminal.Gui.MouseEvent
  186. langs:
  187. - csharp
  188. - vb
  189. name: OfY
  190. nameWithType: MouseEvent.OfY
  191. fullName: Terminal.Gui.MouseEvent.OfY
  192. type: Field
  193. source:
  194. remote:
  195. path: Terminal.Gui/Event.cs
  196. branch: docs
  197. repo: tig:tig/gui.cs.git
  198. id: OfY
  199. path: ../Terminal.Gui/Event.cs
  200. startLine: 507
  201. assemblies:
  202. - Terminal.Gui
  203. namespace: Terminal.Gui
  204. summary: "\nThe offset Y (column) location for the mouse event.\n"
  205. example: []
  206. syntax:
  207. content: public int OfY
  208. return:
  209. type: System.Int32
  210. content.vb: Public OfY As Integer
  211. modifiers.csharp:
  212. - public
  213. modifiers.vb:
  214. - Public
  215. - uid: Terminal.Gui.MouseEvent.View
  216. commentId: F:Terminal.Gui.MouseEvent.View
  217. id: View
  218. parent: Terminal.Gui.MouseEvent
  219. langs:
  220. - csharp
  221. - vb
  222. name: View
  223. nameWithType: MouseEvent.View
  224. fullName: Terminal.Gui.MouseEvent.View
  225. type: Field
  226. source:
  227. remote:
  228. path: Terminal.Gui/Event.cs
  229. branch: docs
  230. repo: tig:tig/gui.cs.git
  231. id: View
  232. path: ../Terminal.Gui/Event.cs
  233. startLine: 512
  234. assemblies:
  235. - Terminal.Gui
  236. namespace: Terminal.Gui
  237. summary: "\nThe current view at the location for the mouse event.\n"
  238. example: []
  239. syntax:
  240. content: public View View
  241. return:
  242. type: Terminal.Gui.View
  243. content.vb: Public View As View
  244. modifiers.csharp:
  245. - public
  246. modifiers.vb:
  247. - Public
  248. - uid: Terminal.Gui.MouseEvent.ToString
  249. commentId: M:Terminal.Gui.MouseEvent.ToString
  250. id: ToString
  251. parent: Terminal.Gui.MouseEvent
  252. langs:
  253. - csharp
  254. - vb
  255. name: ToString()
  256. nameWithType: MouseEvent.ToString()
  257. fullName: Terminal.Gui.MouseEvent.ToString()
  258. type: Method
  259. source:
  260. remote:
  261. path: Terminal.Gui/Event.cs
  262. branch: docs
  263. repo: tig:tig/gui.cs.git
  264. id: ToString
  265. path: ../Terminal.Gui/Event.cs
  266. startLine: 518
  267. assemblies:
  268. - Terminal.Gui
  269. namespace: Terminal.Gui
  270. summary: "\nReturns a <xref href=\"System.String\" data-throw-if-not-resolved=\"false\"></xref> that represents the current <xref href=\"Terminal.Gui.MouseEvent\" data-throw-if-not-resolved=\"false\"></xref>.\n"
  271. example: []
  272. syntax:
  273. content: public override string ToString()
  274. return:
  275. type: System.String
  276. description: A <xref href="System.String" data-throw-if-not-resolved="false"></xref> that represents the current <xref href="Terminal.Gui.MouseEvent" data-throw-if-not-resolved="false"></xref>.
  277. content.vb: Public Overrides Function ToString As String
  278. overridden: System.ValueType.ToString
  279. overload: Terminal.Gui.MouseEvent.ToString*
  280. modifiers.csharp:
  281. - public
  282. - override
  283. modifiers.vb:
  284. - Public
  285. - Overrides
  286. references:
  287. - uid: Terminal.Gui
  288. commentId: N:Terminal.Gui
  289. name: Terminal.Gui
  290. nameWithType: Terminal.Gui
  291. fullName: Terminal.Gui
  292. - uid: System.ValueType.Equals(System.Object)
  293. commentId: M:System.ValueType.Equals(System.Object)
  294. parent: System.ValueType
  295. isExternal: true
  296. name: Equals(Object)
  297. nameWithType: ValueType.Equals(Object)
  298. fullName: System.ValueType.Equals(System.Object)
  299. spec.csharp:
  300. - uid: System.ValueType.Equals(System.Object)
  301. name: Equals
  302. nameWithType: ValueType.Equals
  303. fullName: System.ValueType.Equals
  304. isExternal: true
  305. - name: (
  306. nameWithType: (
  307. fullName: (
  308. - uid: System.Object
  309. name: Object
  310. nameWithType: Object
  311. fullName: System.Object
  312. isExternal: true
  313. - name: )
  314. nameWithType: )
  315. fullName: )
  316. spec.vb:
  317. - uid: System.ValueType.Equals(System.Object)
  318. name: Equals
  319. nameWithType: ValueType.Equals
  320. fullName: System.ValueType.Equals
  321. isExternal: true
  322. - name: (
  323. nameWithType: (
  324. fullName: (
  325. - uid: System.Object
  326. name: Object
  327. nameWithType: Object
  328. fullName: System.Object
  329. isExternal: true
  330. - name: )
  331. nameWithType: )
  332. fullName: )
  333. - uid: System.ValueType.GetHashCode
  334. commentId: M:System.ValueType.GetHashCode
  335. parent: System.ValueType
  336. isExternal: true
  337. name: GetHashCode()
  338. nameWithType: ValueType.GetHashCode()
  339. fullName: System.ValueType.GetHashCode()
  340. spec.csharp:
  341. - uid: System.ValueType.GetHashCode
  342. name: GetHashCode
  343. nameWithType: ValueType.GetHashCode
  344. fullName: System.ValueType.GetHashCode
  345. isExternal: true
  346. - name: (
  347. nameWithType: (
  348. fullName: (
  349. - name: )
  350. nameWithType: )
  351. fullName: )
  352. spec.vb:
  353. - uid: System.ValueType.GetHashCode
  354. name: GetHashCode
  355. nameWithType: ValueType.GetHashCode
  356. fullName: System.ValueType.GetHashCode
  357. isExternal: true
  358. - name: (
  359. nameWithType: (
  360. fullName: (
  361. - name: )
  362. nameWithType: )
  363. fullName: )
  364. - uid: System.Object.Equals(System.Object,System.Object)
  365. commentId: M:System.Object.Equals(System.Object,System.Object)
  366. parent: System.Object
  367. isExternal: true
  368. name: Equals(Object, Object)
  369. nameWithType: Object.Equals(Object, Object)
  370. fullName: System.Object.Equals(System.Object, System.Object)
  371. spec.csharp:
  372. - uid: System.Object.Equals(System.Object,System.Object)
  373. name: Equals
  374. nameWithType: Object.Equals
  375. fullName: System.Object.Equals
  376. isExternal: true
  377. - name: (
  378. nameWithType: (
  379. fullName: (
  380. - uid: System.Object
  381. name: Object
  382. nameWithType: Object
  383. fullName: System.Object
  384. isExternal: true
  385. - name: ', '
  386. nameWithType: ', '
  387. fullName: ', '
  388. - uid: System.Object
  389. name: Object
  390. nameWithType: Object
  391. fullName: System.Object
  392. isExternal: true
  393. - name: )
  394. nameWithType: )
  395. fullName: )
  396. spec.vb:
  397. - uid: System.Object.Equals(System.Object,System.Object)
  398. name: Equals
  399. nameWithType: Object.Equals
  400. fullName: System.Object.Equals
  401. isExternal: true
  402. - name: (
  403. nameWithType: (
  404. fullName: (
  405. - uid: System.Object
  406. name: Object
  407. nameWithType: Object
  408. fullName: System.Object
  409. isExternal: true
  410. - name: ', '
  411. nameWithType: ', '
  412. fullName: ', '
  413. - uid: System.Object
  414. name: Object
  415. nameWithType: Object
  416. fullName: System.Object
  417. isExternal: true
  418. - name: )
  419. nameWithType: )
  420. fullName: )
  421. - uid: System.Object.GetType
  422. commentId: M:System.Object.GetType
  423. parent: System.Object
  424. isExternal: true
  425. name: GetType()
  426. nameWithType: Object.GetType()
  427. fullName: System.Object.GetType()
  428. spec.csharp:
  429. - uid: System.Object.GetType
  430. name: GetType
  431. nameWithType: Object.GetType
  432. fullName: System.Object.GetType
  433. isExternal: true
  434. - name: (
  435. nameWithType: (
  436. fullName: (
  437. - name: )
  438. nameWithType: )
  439. fullName: )
  440. spec.vb:
  441. - uid: System.Object.GetType
  442. name: GetType
  443. nameWithType: Object.GetType
  444. fullName: System.Object.GetType
  445. isExternal: true
  446. - name: (
  447. nameWithType: (
  448. fullName: (
  449. - name: )
  450. nameWithType: )
  451. fullName: )
  452. - uid: System.Object.ReferenceEquals(System.Object,System.Object)
  453. commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
  454. parent: System.Object
  455. isExternal: true
  456. name: ReferenceEquals(Object, Object)
  457. nameWithType: Object.ReferenceEquals(Object, Object)
  458. fullName: System.Object.ReferenceEquals(System.Object, System.Object)
  459. spec.csharp:
  460. - uid: System.Object.ReferenceEquals(System.Object,System.Object)
  461. name: ReferenceEquals
  462. nameWithType: Object.ReferenceEquals
  463. fullName: System.Object.ReferenceEquals
  464. isExternal: true
  465. - name: (
  466. nameWithType: (
  467. fullName: (
  468. - uid: System.Object
  469. name: Object
  470. nameWithType: Object
  471. fullName: System.Object
  472. isExternal: true
  473. - name: ', '
  474. nameWithType: ', '
  475. fullName: ', '
  476. - uid: System.Object
  477. name: Object
  478. nameWithType: Object
  479. fullName: System.Object
  480. isExternal: true
  481. - name: )
  482. nameWithType: )
  483. fullName: )
  484. spec.vb:
  485. - uid: System.Object.ReferenceEquals(System.Object,System.Object)
  486. name: ReferenceEquals
  487. nameWithType: Object.ReferenceEquals
  488. fullName: System.Object.ReferenceEquals
  489. isExternal: true
  490. - name: (
  491. nameWithType: (
  492. fullName: (
  493. - uid: System.Object
  494. name: Object
  495. nameWithType: Object
  496. fullName: System.Object
  497. isExternal: true
  498. - name: ', '
  499. nameWithType: ', '
  500. fullName: ', '
  501. - uid: System.Object
  502. name: Object
  503. nameWithType: Object
  504. fullName: System.Object
  505. isExternal: true
  506. - name: )
  507. nameWithType: )
  508. fullName: )
  509. - uid: System.ValueType
  510. commentId: T:System.ValueType
  511. parent: System
  512. isExternal: true
  513. name: ValueType
  514. nameWithType: ValueType
  515. fullName: System.ValueType
  516. - uid: System.Object
  517. commentId: T:System.Object
  518. parent: System
  519. isExternal: true
  520. name: Object
  521. nameWithType: Object
  522. fullName: System.Object
  523. - uid: System
  524. commentId: N:System
  525. isExternal: true
  526. name: System
  527. nameWithType: System
  528. fullName: System
  529. - uid: System.Int32
  530. commentId: T:System.Int32
  531. parent: System
  532. isExternal: true
  533. name: Int32
  534. nameWithType: Int32
  535. fullName: System.Int32
  536. - uid: Terminal.Gui.MouseFlags
  537. commentId: T:Terminal.Gui.MouseFlags
  538. parent: Terminal.Gui
  539. name: MouseFlags
  540. nameWithType: MouseFlags
  541. fullName: Terminal.Gui.MouseFlags
  542. - uid: Terminal.Gui.View
  543. commentId: T:Terminal.Gui.View
  544. parent: Terminal.Gui
  545. name: View
  546. nameWithType: View
  547. fullName: Terminal.Gui.View
  548. - uid: System.String
  549. commentId: T:System.String
  550. parent: System
  551. isExternal: true
  552. name: String
  553. nameWithType: String
  554. fullName: System.String
  555. - uid: Terminal.Gui.MouseEvent
  556. commentId: T:Terminal.Gui.MouseEvent
  557. parent: Terminal.Gui
  558. name: MouseEvent
  559. nameWithType: MouseEvent
  560. fullName: Terminal.Gui.MouseEvent
  561. - uid: System.ValueType.ToString
  562. commentId: M:System.ValueType.ToString
  563. parent: System.ValueType
  564. isExternal: true
  565. name: ToString()
  566. nameWithType: ValueType.ToString()
  567. fullName: System.ValueType.ToString()
  568. spec.csharp:
  569. - uid: System.ValueType.ToString
  570. name: ToString
  571. nameWithType: ValueType.ToString
  572. fullName: System.ValueType.ToString
  573. isExternal: true
  574. - name: (
  575. nameWithType: (
  576. fullName: (
  577. - name: )
  578. nameWithType: )
  579. fullName: )
  580. spec.vb:
  581. - uid: System.ValueType.ToString
  582. name: ToString
  583. nameWithType: ValueType.ToString
  584. fullName: System.ValueType.ToString
  585. isExternal: true
  586. - name: (
  587. nameWithType: (
  588. fullName: (
  589. - name: )
  590. nameWithType: )
  591. fullName: )
  592. - uid: Terminal.Gui.MouseEvent.ToString*
  593. commentId: Overload:Terminal.Gui.MouseEvent.ToString
  594. name: ToString
  595. nameWithType: MouseEvent.ToString
  596. fullName: Terminal.Gui.MouseEvent.ToString
  597. shouldSkipMarkup: true