123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- ### YamlMime:ManagedReference
- items:
- - uid: Terminal.Gui.MouseEvent
- id: MouseEvent
- children:
- - Terminal.Gui.MouseEvent.Flags
- - Terminal.Gui.MouseEvent.ToString
- - Terminal.Gui.MouseEvent.X
- - Terminal.Gui.MouseEvent.Y
- langs:
- - csharp
- name: MouseEvent
- nameWithType: MouseEvent
- fullName: Terminal.Gui.MouseEvent
- type: Struct
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Describes a mouse event
- syntax:
- content: public struct MouseEvent
- inheritance:
- - System.ValueType
- implements: []
- - uid: Terminal.Gui.MouseEvent.Flags
- id: Flags
- parent: Terminal.Gui.MouseEvent
- langs:
- - csharp
- name: Flags
- nameWithType: MouseEvent.Flags
- fullName: MouseEvent.Flags
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Flags indicating the kind of mouse event that is being posted.
- syntax:
- content: public Terminal.Gui.MouseFlags Flags;
- return:
- type: Terminal.Gui.MouseFlags
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.MouseEvent.ToString
- id: ToString
- parent: Terminal.Gui.MouseEvent
- langs:
- - csharp
- name: ToString()
- nameWithType: MouseEvent.ToString()
- fullName: MouseEvent.ToString()
- type: Method
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Returns a <xref href="System.String"></xref> that represents the current <xref href="Terminal.Gui.MouseEvent"></xref>.
- syntax:
- content: public override string ToString ();
- parameters: []
- return:
- type: System.String
- description: A <xref href="System.String"></xref> that represents the current <xref href="Terminal.Gui.MouseEvent"></xref>.
- overload: Terminal.Gui.MouseEvent.ToString*
- exceptions: []
- - uid: Terminal.Gui.MouseEvent.X
- id: X
- parent: Terminal.Gui.MouseEvent
- langs:
- - csharp
- name: X
- nameWithType: MouseEvent.X
- fullName: MouseEvent.X
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The X (column) location for the mouse event.
- syntax:
- content: public int X;
- return:
- type: System.Int32
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.MouseEvent.Y
- id: Y
- parent: Terminal.Gui.MouseEvent
- langs:
- - csharp
- name: Y
- nameWithType: MouseEvent.Y
- fullName: MouseEvent.Y
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The Y (column) location for the mouse event.
- syntax:
- content: public int Y;
- return:
- type: System.Int32
- description: To be added.
- exceptions: []
- references:
- - uid: System.ValueType
- parent: System
- isExternal: true
- name: ValueType
- nameWithType: ValueType
- fullName: System.ValueType
- - uid: Terminal.Gui.MouseEvent.Flags
- parent: Terminal.Gui.MouseEvent
- isExternal: false
- name: Flags
- nameWithType: MouseEvent.Flags
- fullName: MouseEvent.Flags
- - uid: Terminal.Gui.MouseFlags
- parent: Terminal.Gui
- isExternal: false
- name: MouseFlags
- nameWithType: MouseFlags
- fullName: Terminal.Gui.MouseFlags
- - uid: Terminal.Gui.MouseEvent.ToString
- parent: Terminal.Gui.MouseEvent
- isExternal: false
- name: ToString()
- nameWithType: MouseEvent.ToString()
- fullName: MouseEvent.ToString()
- - uid: System.String
- parent: System
- isExternal: true
- name: String
- nameWithType: String
- fullName: System.String
- - uid: Terminal.Gui.MouseEvent.X
- parent: Terminal.Gui.MouseEvent
- isExternal: false
- name: X
- nameWithType: MouseEvent.X
- fullName: MouseEvent.X
- - uid: System.Int32
- parent: System
- isExternal: true
- name: Int32
- nameWithType: Int32
- fullName: System.Int32
- - uid: Terminal.Gui.MouseEvent.Y
- parent: Terminal.Gui.MouseEvent
- isExternal: false
- name: Y
- nameWithType: MouseEvent.Y
- fullName: MouseEvent.Y
- - uid: Terminal.Gui.MouseEvent.ToString*
- parent: Terminal.Gui.MouseEvent
- isExternal: false
- name: ToString
- nameWithType: MouseEvent.ToString
- fullName: MouseEvent.ToString
|