summaryrefslogtreecommitdiff
path: root/src/touchmanager.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-24Rename Rectangle into Rect.Andrei Karas1-3/+3
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-3/+3
2014-02-20improve includes.Andrei Karas1-2/+1
2014-02-15Move some listeners classes into listeners directory.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-15fix onscreen controls position on resize/scale.Andrei Karas1-0/+2
2014-02-02Add missing const and static into other classes.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19fix const in definition in touchmanager.Andrei Karas1-1/+1
2013-10-06Show button numbers on onscreen buttons.Andrei Karas1-1/+5
2013-10-01Add on screen buttons layout 3x3, 4x2, 4x3Andrei Karas1-1/+1
2013-09-09remove useless includes from some files.Andrei Karas1-3/+0
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-05-28fix guard header part3.Andrei Karas1-1/+3
2013-04-07some fixes after auto check.Andrei Karas1-1/+1
2013-03-24improve touchmanager class.Andrei Karas1-15/+15
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-01Allow select differnt modes for on screen buttons.Andrei Karas1-2/+3
2012-12-31Add configurable actions for onscreen buttons.Andrei Karas1-5/+18
2012-12-31Add option to show/hide onscreen keyboard icon.Andrei Karas1-0/+3
2012-12-24Fix for race conditions in application termination.Andrei Karas1-0/+2
2012-12-18Add support for show images in on screen buttons center.Andrei Karas1-1/+4
2012-12-16Hide screen buttons and joystick if setup window is opened.Andrei Karas1-0/+4
2012-12-11Hide on screen buttons before enter to game and show in game.Andrei Karas1-0/+3
2012-12-09Add resize options for on screen joystick and buttons.Andrei Karas1-1/+6
2012-12-09On the fly from settings show hide on screen joystick and buttons.Andrei Karas1-1/+15
2012-12-08Fix code style.Andrei Karas1-1/+1
2012-12-07Resize screen buttons with window resizing.Andrei Karas1-3/+5
2012-12-06Add support for draw broders for on screen buttons.Andrei Karas1-5/+13
2012-12-05add attack and cancel on screen buttons.Andrei Karas1-2/+13
2012-12-03Add support for relative mouse move in android version.Andrei Karas1-2/+3
2012-12-01Add batch drawing to touch manager.Andrei Karas1-2/+4
2012-11-14Add support for on screen joystick for moving.Andrei Karas1-3/+25
2012-11-13Extend on screen keyboard button.Andrei Karas1-1/+0
2012-11-12Moving Android on screen keyboard button from SDL to ManaPlus.Andrei Karas1-0/+90