Terminal.Gui.MouseEvent.yml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.MouseEvent
  4. id: MouseEvent
  5. children:
  6. - Terminal.Gui.MouseEvent.Flags
  7. - Terminal.Gui.MouseEvent.ToString
  8. - Terminal.Gui.MouseEvent.X
  9. - Terminal.Gui.MouseEvent.Y
  10. langs:
  11. - csharp
  12. name: MouseEvent
  13. nameWithType: MouseEvent
  14. fullName: Terminal.Gui.MouseEvent
  15. type: Struct
  16. assemblies:
  17. - Terminal.Gui
  18. namespace: Terminal.Gui
  19. summary: Describes a mouse event
  20. syntax:
  21. content: public struct MouseEvent
  22. inheritance:
  23. - System.ValueType
  24. implements: []
  25. - uid: Terminal.Gui.MouseEvent.Flags
  26. id: Flags
  27. parent: Terminal.Gui.MouseEvent
  28. langs:
  29. - csharp
  30. name: Flags
  31. nameWithType: MouseEvent.Flags
  32. fullName: MouseEvent.Flags
  33. type: Field
  34. assemblies:
  35. - Terminal.Gui
  36. namespace: Terminal.Gui
  37. summary: Flags indicating the kind of mouse event that is being posted.
  38. syntax:
  39. content: public Terminal.Gui.MouseFlags Flags;
  40. return:
  41. type: Terminal.Gui.MouseFlags
  42. description: To be added.
  43. exceptions: []
  44. - uid: Terminal.Gui.MouseEvent.ToString
  45. id: ToString
  46. parent: Terminal.Gui.MouseEvent
  47. langs:
  48. - csharp
  49. name: ToString()
  50. nameWithType: MouseEvent.ToString()
  51. fullName: MouseEvent.ToString()
  52. type: Method
  53. assemblies:
  54. - Terminal.Gui
  55. namespace: Terminal.Gui
  56. summary: Returns a <xref href="System.String"></xref> that represents the current <xref href="Terminal.Gui.MouseEvent"></xref>.
  57. syntax:
  58. content: public override string ToString ();
  59. parameters: []
  60. return:
  61. type: System.String
  62. description: A <xref href="System.String"></xref> that represents the current <xref href="Terminal.Gui.MouseEvent"></xref>.
  63. overload: Terminal.Gui.MouseEvent.ToString*
  64. exceptions: []
  65. - uid: Terminal.Gui.MouseEvent.X
  66. id: X
  67. parent: Terminal.Gui.MouseEvent
  68. langs:
  69. - csharp
  70. name: X
  71. nameWithType: MouseEvent.X
  72. fullName: MouseEvent.X
  73. type: Field
  74. assemblies:
  75. - Terminal.Gui
  76. namespace: Terminal.Gui
  77. summary: The X (column) location for the mouse event.
  78. syntax:
  79. content: public int X;
  80. return:
  81. type: System.Int32
  82. description: To be added.
  83. exceptions: []
  84. - uid: Terminal.Gui.MouseEvent.Y
  85. id: Y
  86. parent: Terminal.Gui.MouseEvent
  87. langs:
  88. - csharp
  89. name: Y
  90. nameWithType: MouseEvent.Y
  91. fullName: MouseEvent.Y
  92. type: Field
  93. assemblies:
  94. - Terminal.Gui
  95. namespace: Terminal.Gui
  96. summary: The Y (column) location for the mouse event.
  97. syntax:
  98. content: public int Y;
  99. return:
  100. type: System.Int32
  101. description: To be added.
  102. exceptions: []
  103. references:
  104. - uid: System.ValueType
  105. parent: System
  106. isExternal: true
  107. name: ValueType
  108. nameWithType: ValueType
  109. fullName: System.ValueType
  110. - uid: Terminal.Gui.MouseEvent.Flags
  111. parent: Terminal.Gui.MouseEvent
  112. isExternal: false
  113. name: Flags
  114. nameWithType: MouseEvent.Flags
  115. fullName: MouseEvent.Flags
  116. - uid: Terminal.Gui.MouseFlags
  117. parent: Terminal.Gui
  118. isExternal: false
  119. name: MouseFlags
  120. nameWithType: MouseFlags
  121. fullName: Terminal.Gui.MouseFlags
  122. - uid: Terminal.Gui.MouseEvent.ToString
  123. parent: Terminal.Gui.MouseEvent
  124. isExternal: false
  125. name: ToString()
  126. nameWithType: MouseEvent.ToString()
  127. fullName: MouseEvent.ToString()
  128. - uid: System.String
  129. parent: System
  130. isExternal: true
  131. name: String
  132. nameWithType: String
  133. fullName: System.String
  134. - uid: Terminal.Gui.MouseEvent.X
  135. parent: Terminal.Gui.MouseEvent
  136. isExternal: false
  137. name: X
  138. nameWithType: MouseEvent.X
  139. fullName: MouseEvent.X
  140. - uid: System.Int32
  141. parent: System
  142. isExternal: true
  143. name: Int32
  144. nameWithType: Int32
  145. fullName: System.Int32
  146. - uid: Terminal.Gui.MouseEvent.Y
  147. parent: Terminal.Gui.MouseEvent
  148. isExternal: false
  149. name: Y
  150. nameWithType: MouseEvent.Y
  151. fullName: MouseEvent.Y
  152. - uid: Terminal.Gui.MouseEvent.ToString*
  153. parent: Terminal.Gui.MouseEvent
  154. isExternal: false
  155. name: ToString
  156. nameWithType: MouseEvent.ToString
  157. fullName: MouseEvent.ToString