cginternals-glfw:get-event-time

Last commit made on 2017-09-15
Get this branch:
git clone -b get-event-time https://git.launchpad.net/cginternals-glfw

Branch merges

Branch information

Name:
get-event-time
Repository:
lp:cginternals-glfw

Recent commits

8429402... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Documentation work

c4b7375... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Cleanup

Related to #1012.

750ac64... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

X11: Fix event time wrapping

Related to #1012.

138b10e... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Win32: Fix event time wrapping

Related to #1012.

c577ae4... by Felipe Ferreira da Silva <email address hidden>

Add glfwGetEventTime for querying input event time

Fixes #1012.

16ae02a... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Add CMake target for updating gamepad mappings

This adds the 'mappings' build target that downloads the upstream
gamecontrollerdb.txt file and regenerates the mappings.h header.

Related to #900.

4637c31... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Win32: Remove unused header

7f0d5e0... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Win32: Fix text conversion size semantics

f8668c5... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Win32: Fix key names not matching other platforms

This brings printable key names more in line with the results provided
on other platforms.

Fixes #943.

1955c37... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Documentation work