summaryrefslogtreecommitdiff
path: root/src/lib/ecore_input/ecore_input_joystick.c
Commit message (Expand)AuthorAgeFilesLines
* ecore input - fix - hopefully - build on freebsd with joystick supportCarsten Haitzler (Rasterman)2022-01-111-6/+4
* freebsd: eeze support if enabled.Alastair Poole2021-04-101-1/+1
* ecore input - make an unsupported joystick a warn not an err...Carsten Haitzler (Rasterman)2020-08-111-1/+1
* ecore joystick: Use const char * in API, not slstrJean-Philippe Andre2017-07-171-1/+1
* ecore_input: fix build without eezeRomain Naour2017-07-111-1/+1
* ecore_input: suppress warning (unused parameter)Jean Guyomarc'h2017-05-091-0/+2
* ecore_input: add API to get name of joystick.Shinwoo Kim2017-04-131-0/+25
* ecore_input: add API to set/get deadzone of joystick event for an axis.Shinwoo Kim2017-02-151-1/+23
* ecore_input: support Xbox One joystickShinwoo Kim2017-02-011-3/+108
* ecore_input: support PS4 joystickShinwoo Kim2017-01-251-1/+108
* ecore-input: Check return fo ecore_main_fd_handler_fd_getChris Michael2016-06-301-1/+4
* Ecore_Input: define data type for joysticksShinwoo Kim2016-06-131-0/+386