1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-09 16:19:16 +02:00
Commit graph

67 commits

Author SHA1 Message Date
Ellpeck ff68816b05 make these readonly 2019-09-10 11:41:13 +02:00
Ellpeck c1726e4f1b added gamepad repeat events 2019-09-09 20:56:10 +02:00
Ellpeck 3f0e0cf6d3 fixed the input handler not recognizing gamepads properly 2019-09-09 15:22:15 +02:00
Ellpeck 90d04b8c57 this goes here 2019-09-04 21:10:51 +02:00
Ellpeck 5d701592a5 this bugged me 2019-09-04 18:52:50 +02:00
Ellpeck 16fd2af560 added keyboard repeat events 2019-09-04 18:49:59 +02:00
Ellpeck 334dea8b39 make the mess I made a bit nicer :^) 2019-09-01 19:33:33 +02:00
Ellpeck 633c5b0097 added touch compatibility to the scroll bar, which makes touch input finished! 2019-08-31 19:32:22 +02:00
Ellpeck 3862f78c9b made text fields work on mobile too 2019-08-30 19:05:27 +02:00
Ellpeck 353afdef6f started working on touch support for MLEM.Ui 2019-08-30 18:15:50 +02:00
Ellpeck e04f2fbdd2 added very basic touch support to the input handler 2019-08-29 18:12:02 +02:00
Ellpeck 0668d044b6 only check input for connected gamepads to increase performance 2019-08-29 10:26:18 +02:00
Ellpeck 78273d6401 allow querying all gamepad buttons at the same time 2019-08-28 22:44:59 +02:00
Ellpeck 35fccfcd83 added generic isdown, ispressed and isup methods to InputHandler 2019-08-28 19:36:24 +02:00
Ellpeck 5c741a98e9 tabbing, part 1! 2019-08-28 18:27:17 +02:00
Ellpeck ef3726b077 added auto-scaled text, buttons and vertical space 2019-08-09 22:04:26 +02:00
Ellpeck 369b4bf672 added a simple input handler as well as some changes to the startup package 2019-08-07 22:25:33 +02:00