| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597 |
- ### YamlMime:ManagedReference
- items:
- - uid: Terminal.Gui.MouseEvent
- commentId: T:Terminal.Gui.MouseEvent
- id: MouseEvent
- parent: Terminal.Gui
- children:
- - Terminal.Gui.MouseEvent.Flags
- - Terminal.Gui.MouseEvent.OfX
- - Terminal.Gui.MouseEvent.OfY
- - Terminal.Gui.MouseEvent.ToString
- - Terminal.Gui.MouseEvent.View
- - Terminal.Gui.MouseEvent.X
- - Terminal.Gui.MouseEvent.Y
- langs:
- - csharp
- - vb
- name: MouseEvent
- nameWithType: MouseEvent
- fullName: Terminal.Gui.MouseEvent
- type: Struct
- source:
- remote:
- path: Terminal.Gui/Event.cs
- branch: docs
- repo: tig:tig/gui.cs.git
- id: MouseEvent
- path: ../Terminal.Gui/Event.cs
- startLine: 483
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nDescribes a mouse event\n"
- example: []
- syntax:
- content: public struct MouseEvent
- content.vb: Public Structure MouseEvent
- inheritedMembers:
- - System.ValueType.Equals(System.Object)
- - System.ValueType.GetHashCode
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.ReferenceEquals(System.Object,System.Object)
- modifiers.csharp:
- - public
- - struct
- modifiers.vb:
- - Public
- - Structure
- - uid: Terminal.Gui.MouseEvent.X
- commentId: F:Terminal.Gui.MouseEvent.X
- id: X
- parent: Terminal.Gui.MouseEvent
- langs:
- - csharp
- - vb
- name: X
- nameWithType: MouseEvent.X
- fullName: Terminal.Gui.MouseEvent.X
- type: Field
- source:
- remote:
- path: Terminal.Gui/Event.cs
- branch: docs
- repo: tig:tig/gui.cs.git
- id: X
- path: ../Terminal.Gui/Event.cs
- startLine: 487
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nThe X (column) location for the mouse event.\n"
- example: []
- syntax:
- content: public int X
- return:
- type: System.Int32
- content.vb: Public X As Integer
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- - uid: Terminal.Gui.MouseEvent.Y
- commentId: F:Terminal.Gui.MouseEvent.Y
- id: Y
- parent: Terminal.Gui.MouseEvent
- langs:
- - csharp
- - vb
- name: Y
- nameWithType: MouseEvent.Y
- fullName: Terminal.Gui.MouseEvent.Y
- type: Field
- source:
- remote:
- path: Terminal.Gui/Event.cs
- branch: docs
- repo: tig:tig/gui.cs.git
- id: Y
- path: ../Terminal.Gui/Event.cs
- startLine: 492
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nThe Y (column) location for the mouse event.\n"
- example: []
- syntax:
- content: public int Y
- return:
- type: System.Int32
- content.vb: Public Y As Integer
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- - uid: Terminal.Gui.MouseEvent.Flags
- commentId: F:Terminal.Gui.MouseEvent.Flags
- id: Flags
- parent: Terminal.Gui.MouseEvent
- langs:
- - csharp
- - vb
- name: Flags
- nameWithType: MouseEvent.Flags
- fullName: Terminal.Gui.MouseEvent.Flags
- type: Field
- source:
- remote:
- path: Terminal.Gui/Event.cs
- branch: docs
- repo: tig:tig/gui.cs.git
- id: Flags
- path: ../Terminal.Gui/Event.cs
- startLine: 497
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nFlags indicating the kind of mouse event that is being posted.\n"
- example: []
- syntax:
- content: public MouseFlags Flags
- return:
- type: Terminal.Gui.MouseFlags
- content.vb: Public Flags As MouseFlags
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- - uid: Terminal.Gui.MouseEvent.OfX
- commentId: F:Terminal.Gui.MouseEvent.OfX
- id: OfX
- parent: Terminal.Gui.MouseEvent
- langs:
- - csharp
- - vb
- name: OfX
- nameWithType: MouseEvent.OfX
- fullName: Terminal.Gui.MouseEvent.OfX
- type: Field
- source:
- remote:
- path: Terminal.Gui/Event.cs
- branch: docs
- repo: tig:tig/gui.cs.git
- id: OfX
- path: ../Terminal.Gui/Event.cs
- startLine: 502
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nThe offset X (column) location for the mouse event.\n"
- example: []
- syntax:
- content: public int OfX
- return:
- type: System.Int32
- content.vb: Public OfX As Integer
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- - uid: Terminal.Gui.MouseEvent.OfY
- commentId: F:Terminal.Gui.MouseEvent.OfY
- id: OfY
- parent: Terminal.Gui.MouseEvent
- langs:
- - csharp
- - vb
- name: OfY
- nameWithType: MouseEvent.OfY
- fullName: Terminal.Gui.MouseEvent.OfY
- type: Field
- source:
- remote:
- path: Terminal.Gui/Event.cs
- branch: docs
- repo: tig:tig/gui.cs.git
- id: OfY
- path: ../Terminal.Gui/Event.cs
- startLine: 507
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nThe offset Y (column) location for the mouse event.\n"
- example: []
- syntax:
- content: public int OfY
- return:
- type: System.Int32
- content.vb: Public OfY As Integer
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- - uid: Terminal.Gui.MouseEvent.View
- commentId: F:Terminal.Gui.MouseEvent.View
- id: View
- parent: Terminal.Gui.MouseEvent
- langs:
- - csharp
- - vb
- name: View
- nameWithType: MouseEvent.View
- fullName: Terminal.Gui.MouseEvent.View
- type: Field
- source:
- remote:
- path: Terminal.Gui/Event.cs
- branch: docs
- repo: tig:tig/gui.cs.git
- id: View
- path: ../Terminal.Gui/Event.cs
- startLine: 512
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nThe current view at the location for the mouse event.\n"
- example: []
- syntax:
- content: public View View
- return:
- type: Terminal.Gui.View
- content.vb: Public View As View
- modifiers.csharp:
- - public
- modifiers.vb:
- - Public
- - uid: Terminal.Gui.MouseEvent.ToString
- commentId: M:Terminal.Gui.MouseEvent.ToString
- id: ToString
- parent: Terminal.Gui.MouseEvent
- langs:
- - csharp
- - vb
- name: ToString()
- nameWithType: MouseEvent.ToString()
- fullName: Terminal.Gui.MouseEvent.ToString()
- type: Method
- source:
- remote:
- path: Terminal.Gui/Event.cs
- branch: docs
- repo: tig:tig/gui.cs.git
- id: ToString
- path: ../Terminal.Gui/Event.cs
- startLine: 518
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- 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"
- example: []
- syntax:
- content: public override string ToString()
- return:
- type: System.String
- 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>.
- content.vb: Public Overrides Function ToString As String
- overridden: System.ValueType.ToString
- overload: Terminal.Gui.MouseEvent.ToString*
- modifiers.csharp:
- - public
- - override
- modifiers.vb:
- - Public
- - Overrides
- references:
- - uid: Terminal.Gui
- commentId: N:Terminal.Gui
- name: Terminal.Gui
- nameWithType: Terminal.Gui
- fullName: Terminal.Gui
- - uid: System.ValueType.Equals(System.Object)
- commentId: M:System.ValueType.Equals(System.Object)
- parent: System.ValueType
- isExternal: true
- name: Equals(Object)
- nameWithType: ValueType.Equals(Object)
- fullName: System.ValueType.Equals(System.Object)
- spec.csharp:
- - uid: System.ValueType.Equals(System.Object)
- name: Equals
- nameWithType: ValueType.Equals
- fullName: System.ValueType.Equals
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.ValueType.Equals(System.Object)
- name: Equals
- nameWithType: ValueType.Equals
- fullName: System.ValueType.Equals
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: )
- nameWithType: )
- fullName: )
- - uid: System.ValueType.GetHashCode
- commentId: M:System.ValueType.GetHashCode
- parent: System.ValueType
- isExternal: true
- name: GetHashCode()
- nameWithType: ValueType.GetHashCode()
- fullName: System.ValueType.GetHashCode()
- spec.csharp:
- - uid: System.ValueType.GetHashCode
- name: GetHashCode
- nameWithType: ValueType.GetHashCode
- fullName: System.ValueType.GetHashCode
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.ValueType.GetHashCode
- name: GetHashCode
- nameWithType: ValueType.GetHashCode
- fullName: System.ValueType.GetHashCode
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- - uid: System.Object.Equals(System.Object,System.Object)
- commentId: M:System.Object.Equals(System.Object,System.Object)
- parent: System.Object
- isExternal: true
- name: Equals(Object, Object)
- nameWithType: Object.Equals(Object, Object)
- fullName: System.Object.Equals(System.Object, System.Object)
- spec.csharp:
- - uid: System.Object.Equals(System.Object,System.Object)
- name: Equals
- nameWithType: Object.Equals
- fullName: System.Object.Equals
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.Object.Equals(System.Object,System.Object)
- name: Equals
- nameWithType: Object.Equals
- fullName: System.Object.Equals
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: )
- nameWithType: )
- fullName: )
- - uid: System.Object.GetType
- commentId: M:System.Object.GetType
- parent: System.Object
- isExternal: true
- name: GetType()
- nameWithType: Object.GetType()
- fullName: System.Object.GetType()
- spec.csharp:
- - uid: System.Object.GetType
- name: GetType
- nameWithType: Object.GetType
- fullName: System.Object.GetType
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.Object.GetType
- name: GetType
- nameWithType: Object.GetType
- fullName: System.Object.GetType
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- - uid: System.Object.ReferenceEquals(System.Object,System.Object)
- commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
- parent: System.Object
- isExternal: true
- name: ReferenceEquals(Object, Object)
- nameWithType: Object.ReferenceEquals(Object, Object)
- fullName: System.Object.ReferenceEquals(System.Object, System.Object)
- spec.csharp:
- - uid: System.Object.ReferenceEquals(System.Object,System.Object)
- name: ReferenceEquals
- nameWithType: Object.ReferenceEquals
- fullName: System.Object.ReferenceEquals
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.Object.ReferenceEquals(System.Object,System.Object)
- name: ReferenceEquals
- nameWithType: Object.ReferenceEquals
- fullName: System.Object.ReferenceEquals
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: ', '
- nameWithType: ', '
- fullName: ', '
- - uid: System.Object
- name: Object
- nameWithType: Object
- fullName: System.Object
- isExternal: true
- - name: )
- nameWithType: )
- fullName: )
- - uid: System.ValueType
- commentId: T:System.ValueType
- parent: System
- isExternal: true
- name: ValueType
- nameWithType: ValueType
- fullName: System.ValueType
- - uid: System.Object
- commentId: T:System.Object
- parent: System
- isExternal: true
- name: Object
- nameWithType: Object
- fullName: System.Object
- - uid: System
- commentId: N:System
- isExternal: true
- name: System
- nameWithType: System
- fullName: System
- - uid: System.Int32
- commentId: T:System.Int32
- parent: System
- isExternal: true
- name: Int32
- nameWithType: Int32
- fullName: System.Int32
- - uid: Terminal.Gui.MouseFlags
- commentId: T:Terminal.Gui.MouseFlags
- parent: Terminal.Gui
- name: MouseFlags
- nameWithType: MouseFlags
- fullName: Terminal.Gui.MouseFlags
- - uid: Terminal.Gui.View
- commentId: T:Terminal.Gui.View
- parent: Terminal.Gui
- name: View
- nameWithType: View
- fullName: Terminal.Gui.View
- - uid: System.String
- commentId: T:System.String
- parent: System
- isExternal: true
- name: String
- nameWithType: String
- fullName: System.String
- - uid: Terminal.Gui.MouseEvent
- commentId: T:Terminal.Gui.MouseEvent
- parent: Terminal.Gui
- name: MouseEvent
- nameWithType: MouseEvent
- fullName: Terminal.Gui.MouseEvent
- - uid: System.ValueType.ToString
- commentId: M:System.ValueType.ToString
- parent: System.ValueType
- isExternal: true
- name: ToString()
- nameWithType: ValueType.ToString()
- fullName: System.ValueType.ToString()
- spec.csharp:
- - uid: System.ValueType.ToString
- name: ToString
- nameWithType: ValueType.ToString
- fullName: System.ValueType.ToString
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: System.ValueType.ToString
- name: ToString
- nameWithType: ValueType.ToString
- fullName: System.ValueType.ToString
- isExternal: true
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- - uid: Terminal.Gui.MouseEvent.ToString*
- commentId: Overload:Terminal.Gui.MouseEvent.ToString
- name: ToString
- nameWithType: MouseEvent.ToString
- fullName: Terminal.Gui.MouseEvent.ToString
- shouldSkipMarkup: true
|