aboutsummaryrefslogtreecommitdiff
path: root/backends/events/psp2sdl/psp2sdl-events.h
AgeCommit message (Collapse)Author
2018-07-15PSP2: Improve pointer response to slow finger motionrsn8887
2018-03-28PSP2: make touch mouse clicks longer so all games receive themrsn8887
Some games such as Gobliins or Dreamweb did not react to the simulated touch mouse clicks because the clicks were too short. This change ensures all games see the simulated clicks by giving each click a minimum duration of 50 ms instead of being as fast as possible.
2018-03-23PSP2: prevent accidental clicks when moving pointer using touchrsn8887
2018-02-13PSP2: Implement three-finger drag as right-mouse button dragrsn8887
2018-01-28PSP2: Add 2-finger drag-and-drop touch motionrsn8887
2018-01-24PSP2: Increase direct touch accuracyrsn8887
2018-01-24PSP2: More settings for touch (direct touch on/off, pointer speed)rsn8887
2018-01-23PSP2: Implement touch controls (front and back panel)rsn8887
2017-12-26PSP2: Add controller config, remove joystick event handlingrsn8887
2017-12-26PSP2: Remove identical to base class joystick axis event handlingBastien Bouclet
2017-03-04PSP2: Add Playstation Vita (PSP2) supportcpasjuste