<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raylib/project/vs2015.UWP/raylib.App.UWP, branch fix-mouse-released</title>
<subtitle>Forked from https://github.com/raysan5/raylib</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/'/>
<entry>
<title>Reorganized project templates folder</title>
<updated>2018-05-10T15:35:02+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2018-05-10T15:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=8ae8d3ac782825d732a0680bd1ad80db420718a9'/>
<id>8ae8d3ac782825d732a0680bd1ad80db420718a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Review UWP configuration</title>
<updated>2018-04-02T12:49:27+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2018-04-02T12:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=e18e8c62766491603d3fe3b52b16c2777ca1264f'/>
<id>e18e8c62766491603d3fe3b52b16c2777ca1264f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added VS2017 UWP project</title>
<updated>2018-01-19T12:07:32+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2018-01-19T12:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=e604fe1ace1f5cb4b771172a3bcd50feafd25457'/>
<id>e604fe1ace1f5cb4b771172a3bcd50feafd25457</id>
<content type='text'>
Reviewed VS2015 UWP project
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed VS2015 UWP project
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mouse input and revert keyboard to callback model</title>
<updated>2018-01-13T04:56:35+00:00</updated>
<author>
<name>Sam C</name>
<email>samnchiet@protonmail.com</email>
</author>
<published>2018-01-13T04:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=1f70a8984a4bb7b97783838d8a3675a087ada33a'/>
<id>1f70a8984a4bb7b97783838d8a3675a087ada33a</id>
<content type='text'>
Mouse input is implemented, with all bells-and-whistles. This includes
cursor locking and scroll wheel support.

Keyboard input is reverted to a callback model to better reflect the
existing architecture in "core.c"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mouse input is implemented, with all bells-and-whistles. This includes
cursor locking and scroll wheel support.

Keyboard input is reverted to a callback model to better reflect the
existing architecture in "core.c"
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert accidental inclusion of binary+build files</title>
<updated>2017-12-29T05:05:30+00:00</updated>
<author>
<name>Sam C</name>
<email>samnchiet@protonmail.com</email>
</author>
<published>2017-12-29T05:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=ff984d13db6ad4c9347387e81587bf3666b877c0'/>
<id>ff984d13db6ad4c9347387e81587bf3666b877c0</id>
<content type='text'>
This removes the binary files I accidentally tacked onto the "Add keyboard input" commit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the binary files I accidentally tacked onto the "Add keyboard input" commit
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace keyboard callbacks with polling</title>
<updated>2017-12-28T21:00:03+00:00</updated>
<author>
<name>Sam C</name>
<email>samnchiet@protonmail.com</email>
</author>
<published>2017-12-28T21:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=9941a6f4aa32727ea9980ef37139cde26a956804'/>
<id>9941a6f4aa32727ea9980ef37139cde26a956804</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add keyboard input</title>
<updated>2017-12-28T18:44:03+00:00</updated>
<author>
<name>Sam C</name>
<email>samnchiet@protonmail.com</email>
</author>
<published>2017-12-28T18:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=c801830bcc55380a23a32d9d11be106f4c2e50b6'/>
<id>c801830bcc55380a23a32d9d11be106f4c2e50b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UWP gamepad input polling</title>
<updated>2017-11-30T04:43:41+00:00</updated>
<author>
<name>Sam C</name>
<email>samnchiet@protonmail.com</email>
</author>
<published>2017-11-30T04:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=9dbd30c44bd64fbefc78dce32128e196cb7f0da5'/>
<id>9dbd30c44bd64fbefc78dce32128e196cb7f0da5</id>
<content type='text'>
Add a basic UWP gampead poll function with zero changes to code outside of App.cpp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a basic UWP gampead poll function with zero changes to code outside of App.cpp
</pre>
</div>
</content>
</entry>
<entry>
<title>Working on UWP support</title>
<updated>2017-11-10T11:37:53+00:00</updated>
<author>
<name>Ray San</name>
<email>raysan5@gmail.com</email>
</author>
<published>2017-11-10T11:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=b6b58991e689d9f5a6fa18ff8ea9b2162d1f7d62'/>
<id>b6b58991e689d9f5a6fa18ff8ea9b2162d1f7d62</id>
<content type='text'>
Support Universal Windows Platform (UWP):
- Windows 10 App
- Windows Phone
- Xbox One
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support Universal Windows Platform (UWP):
- Windows 10 App
- Windows Phone
- Xbox One
</pre>
</div>
</content>
</entry>
</feed>
