Dalamud/docs/api/SDL2.SDL.SDL_Event.html
2020-03-11 21:54:11 +09:00

902 lines
42 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Struct SDL.SDL_Event
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Struct SDL.SDL_Event
">
<meta name="generator" content="docfx 2.50.0.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="SDL2.SDL.SDL_Event">
<h1 id="SDL2_SDL_SDL_Event" data-uid="SDL2.SDL.SDL_Event" class="text-break">Struct SDL.SDL_Event
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.ValueType.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.ValueType.GetHashCode()</span>
</div>
<div>
<span class="xref">System.ValueType.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="SDL2.html">SDL2</a></h6>
<h6><strong>Assembly</strong>: SDL2-CS.dll</h6>
<h5 id="SDL2_SDL_SDL_Event_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct SDL_Event</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_adevice.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.adevice%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4565">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_adevice" data-uid="SDL2.SDL.SDL_Event.adevice">adevice</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_AudioDeviceEvent adevice</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_AudioDeviceEvent.html">SDL.SDL_AudioDeviceEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_button.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.button%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4545">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_button" data-uid="SDL2.SDL.SDL_Event.button">button</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_MouseButtonEvent button</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_MouseButtonEvent.html">SDL.SDL_MouseButtonEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_caxis.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.caxis%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4559">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_caxis" data-uid="SDL2.SDL.SDL_Event.caxis">caxis</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_ControllerAxisEvent caxis</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_ControllerAxisEvent.html">SDL.SDL_ControllerAxisEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_cbutton.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.cbutton%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4561">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_cbutton" data-uid="SDL2.SDL.SDL_Event.cbutton">cbutton</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_ControllerButtonEvent cbutton</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_ControllerButtonEvent.html">SDL.SDL_ControllerButtonEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_cdevice.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.cdevice%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4563">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_cdevice" data-uid="SDL2.SDL.SDL_Event.cdevice">cdevice</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_ControllerDeviceEvent cdevice</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_ControllerDeviceEvent.html">SDL.SDL_ControllerDeviceEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_dgesture.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.dgesture%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4579">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_dgesture" data-uid="SDL2.SDL.SDL_Event.dgesture">dgesture</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_DollarGestureEvent dgesture</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_DollarGestureEvent.html">SDL.SDL_DollarGestureEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_display.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.display%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4533">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_display" data-uid="SDL2.SDL.SDL_Event.display">display</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_DisplayEvent display</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_DisplayEvent.html">SDL.SDL_DisplayEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_drop.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.drop%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4581">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_drop" data-uid="SDL2.SDL.SDL_Event.drop">drop</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_DropEvent drop</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_DropEvent.html">SDL.SDL_DropEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_edit.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.edit%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4539">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_edit" data-uid="SDL2.SDL.SDL_Event.edit">edit</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_TextEditingEvent edit</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_TextEditingEvent.html">SDL.SDL_TextEditingEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_jaxis.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.jaxis%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4549">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_jaxis" data-uid="SDL2.SDL.SDL_Event.jaxis">jaxis</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_JoyAxisEvent jaxis</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_JoyAxisEvent.html">SDL.SDL_JoyAxisEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_jball.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.jball%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4551">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_jball" data-uid="SDL2.SDL.SDL_Event.jball">jball</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_JoyBallEvent jball</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_JoyBallEvent.html">SDL.SDL_JoyBallEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_jbutton.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.jbutton%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4555">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_jbutton" data-uid="SDL2.SDL.SDL_Event.jbutton">jbutton</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_JoyButtonEvent jbutton</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_JoyButtonEvent.html">SDL.SDL_JoyButtonEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_jdevice.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.jdevice%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4557">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_jdevice" data-uid="SDL2.SDL.SDL_Event.jdevice">jdevice</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_JoyDeviceEvent jdevice</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_JoyDeviceEvent.html">SDL.SDL_JoyDeviceEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_jhat.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.jhat%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4553">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_jhat" data-uid="SDL2.SDL.SDL_Event.jhat">jhat</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_JoyHatEvent jhat</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_JoyHatEvent.html">SDL.SDL_JoyHatEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_key.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.key%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4537">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_key" data-uid="SDL2.SDL.SDL_Event.key">key</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_KeyboardEvent key</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_KeyboardEvent.html">SDL.SDL_KeyboardEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_mgesture.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.mgesture%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4577">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_mgesture" data-uid="SDL2.SDL.SDL_Event.mgesture">mgesture</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_MultiGestureEvent mgesture</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_MultiGestureEvent.html">SDL.SDL_MultiGestureEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_motion.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.motion%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4543">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_motion" data-uid="SDL2.SDL.SDL_Event.motion">motion</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_MouseMotionEvent motion</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_MouseMotionEvent.html">SDL.SDL_MouseMotionEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_quit.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.quit%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4569">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_quit" data-uid="SDL2.SDL.SDL_Event.quit">quit</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_QuitEvent quit</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_QuitEvent.html">SDL.SDL_QuitEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_sensor.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.sensor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4567">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_sensor" data-uid="SDL2.SDL.SDL_Event.sensor">sensor</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_SensorEvent sensor</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_SensorEvent.html">SDL.SDL_SensorEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_syswm.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.syswm%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4573">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_syswm" data-uid="SDL2.SDL.SDL_Event.syswm">syswm</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_SysWMEvent syswm</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_SysWMEvent.html">SDL.SDL_SysWMEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_text.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.text%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4541">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_text" data-uid="SDL2.SDL.SDL_Event.text">text</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_TextInputEvent text</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_TextInputEvent.html">SDL.SDL_TextInputEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_tfinger.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.tfinger%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4575">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_tfinger" data-uid="SDL2.SDL.SDL_Event.tfinger">tfinger</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_TouchFingerEvent tfinger</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_TouchFingerEvent.html">SDL.SDL_TouchFingerEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_type.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.type%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4531">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_type" data-uid="SDL2.SDL.SDL_Event.type">type</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_EventType type</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_EventType.html">SDL.SDL_EventType</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_user.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.user%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4571">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_user" data-uid="SDL2.SDL.SDL_Event.user">user</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_UserEvent user</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_UserEvent.html">SDL.SDL_UserEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_wheel.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.wheel%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4547">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_wheel" data-uid="SDL2.SDL.SDL_Event.wheel">wheel</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_MouseWheelEvent wheel</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_MouseWheelEvent.html">SDL.SDL_MouseWheelEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event_window.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event.window%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4535">View Source</a>
</span>
<h4 id="SDL2_SDL_SDL_Event_window" data-uid="SDL2.SDL.SDL_Event.window">window</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SDL.SDL_WindowEvent window</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="SDL2.SDL.SDL_WindowEvent.html">SDL.SDL_WindowEvent</a></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/ff-meli/SDL2-CS/new/ab9f74cbfe71076748755ef75fc348624885beef/apiSpec/new?filename=SDL2_SDL_SDL_Event.md&amp;value=---%0Auid%3A%20SDL2.SDL.SDL_Event%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/ff-meli/SDL2-CS/blob/ab9f74cbfe71076748755ef75fc348624885beef/src/SDL2.cs/#L4527" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>