|
@@ -0,0 +1,107 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<!--[if IE]><![endif]-->
|
|
|
+<html>
|
|
|
+
|
|
|
+ <head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
+ <title>Conceptual Documentation </title>
|
|
|
+ <meta name="viewport" content="width=device-width">
|
|
|
+ <meta name="title" content="Conceptual Documentation ">
|
|
|
+ <meta name="generator" content="docfx 2.18.2.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="">
|
|
|
+
|
|
|
+
|
|
|
+ </head>
|
|
|
+ <body data-spy="scroll" data-target="#affix">
|
|
|
+ <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="article row grid">
|
|
|
+ <div class="col-md-10">
|
|
|
+ <article class="content wrap" id="_content" data-uid="">
|
|
|
+<h1 id="conceptual-documentation">Conceptual Documentation</h1>
|
|
|
+
|
|
|
+<ul>
|
|
|
+<li><a href="overview.html">Gui.cs Overview</a></li>
|
|
|
+<li><a href="keyboard.html">Keyboard Event Processing</a></li>
|
|
|
+<li><a href="mainloop.html">Event Processing and the Application Main Loop</a></li>
|
|
|
+</ul>
|
|
|
+</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/migueldeicaza/gui.cs/blob/master/docfx/articles/index.md/#L1" class="contribution-link">Improve this Doc</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>Copyright © 2015-2017 Microsoft<br>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>
|