kc3-lang/SDL/src/sensor/android

Branch :


Log

Author Commit Date CI Message
120c76c8 2022-01-03 09:40:00 Updated copyright for 2022
9130f7c3 2021-01-02 10:25:38 Updated copyright for 2021
3180ba81 2020-04-08 08:34:27 First pass at Windows sensor implementation
2c02b741 2020-03-23 12:10:05 Fixed bug 5052 - Interval between SDL_SENSORUPDATE events for gyroscopes is too high Andrei Kortunov Hello. I try to implement an application for Android, which uses a new sensors API from 2.0.9 to control a camera rotation via built-in gyroscope, using the code from the test/testsensor.c as an example. Gyroscope input itself works well, but an interval between SDL_SENSORUPDATE events is about 200ms (the SENSOR_DELAY_NORMAL, I believe), when I need the interval about 20-40ms (the SENSOR_DELAY_GAME or SENSOR_DELAY_FASTEST).
a8780c6a 2020-01-16 20:49:25 Updated copyright date for 2020
5e13087b 2019-01-04 22:01:14 Updated copyright for 2019
c6647bf9 2018-08-21 17:24:12 Added the iOS sensor implementation
7c3040e0 2018-08-21 12:11:34 First pass on the new SDL sensor API