summaryrefslogtreecommitdiffhomepage
path: root/project/vs2015.UWP/raylib.App.UWP
AgeCommit message (Collapse)Author
2018-01-19Added VS2017 UWP projectRay
Reviewed VS2015 UWP project
2018-01-12Add mouse input and revert keyboard to callback modelSam C
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"
2017-12-28Revert accidental inclusion of binary+build filesSam C
This removes the binary files I accidentally tacked onto the "Add keyboard input" commit
2017-12-28Replace keyboard callbacks with pollingSam C
2017-12-28Add keyboard inputSam C
2017-11-29Add UWP gamepad input pollingSam C
Add a basic UWP gampead poll function with zero changes to code outside of App.cpp
2017-11-10Working on UWP supportRay San
Support Universal Windows Platform (UWP): - Windows 10 App - Windows Phone - Xbox One