46 Commits

Author SHA1 Message Date
Brad Parker
84b65514f2 ok button input should be unsigned 2016-12-02 14:34:29 -05:00
Brad Parker
3846ce1837 build fixes for MSVC, start moving back to TCHAR usage so we can switch unicode on and off 2016-12-02 12:54:39 -05:00
twinaphex
c8ff6d9030 (menu_event.c) Add FIXME and some cleanups 2016-12-02 01:43:43 +01:00
Brad Parker
951f3f3e19 don't allow ok button to work from behind the OSK 2016-11-27 23:29:13 -05:00
Brad Parker
d6ebd2ad2b add define to clarify osk pointer math 2016-11-27 11:43:52 -05:00
Brad Parker
b9c6fa585c reverse variable names for clarity, add separate latch for OK button to solve looping of menu ok/cancel swap toggle 2016-11-27 11:25:36 -05:00
twinaphex
7f339a8f84 More hacks from input_overlay.c removed 2016-11-27 15:12:48 +01:00
radius
66a766fca1 swap should affect OSK too 2016-11-22 18:55:52 -05:00
twinaphex
205e7cf272 Fix C89_BUILD 2016-11-20 14:48:00 +01:00
radius
a99a9c0810 add setting to swap menu_ok and menu_cancel 2016-11-19 13:09:07 -05:00
radius
f343bc45fb remove these settings that we never properly implemented 2016-11-19 12:57:12 -05:00
twinaphex
3d5a744f8e (menu_event.c) Cleanups 2016-11-05 14:04:05 +01:00
Jean-André Santoni
9fbc835308 Fix minor keyboard traversal bugs with joypad 2016-11-03 09:26:31 +01:00
Jean-André Santoni
5a6a2be859 Remove unneeded last_codepoint code from menu_event.c 2016-11-03 09:02:53 +01:00
Jean-André Santoni
810ff5605d griffin fix 2016-11-02 23:39:28 +01:00
Jean-André Santoni
54794d5368 Fix an OSK backspace issue 2016-11-02 16:20:35 +01:00
Brad Parker
f5cac72735 fix backspacing of unicode chars in OSK 2016-11-02 16:16:04 +01:00
Jean-André Santoni
31073214b6 Add special keys on the OSK 2016-11-02 16:15:23 +01:00
Brad Parker
5d28029be8 remove confirm_on_exit menu option 2016-10-30 23:29:03 -04:00
Brad Parker
0ee9432aa4 fix backspacing of unicode chars in OSK 2016-10-30 23:02:33 -04:00
Jean-André Santoni
19c1b00bdc OSK bugfix when using mouse and joypad at the same time 2016-10-30 18:09:23 +01:00
Jean-André Santoni
41611e3d74 Touch and mouse support for the OSK 2016-10-30 11:48:48 +01:00
twinaphex
0fee70457b (MSVC) Fix issues 2016-10-30 02:40:05 +01:00
Brad Parker
1a73b1d144 OSK cleanup, add katakana support 2016-10-29 19:51:02 -04:00
Jean-André Santoni
01985c7460 OSK memory fix and hiragana support 2016-10-29 23:54:06 +02:00
Jean-André Santoni
b176aa2396 OSK Fix and cleaning 2016-10-29 23:28:53 +02:00
Jean-André Santoni
97e13c4409 Preliminary changes for the utf8 OSK 2016-10-29 22:43:34 +02:00
twinaphex
763a925a17 Fix Android build 2016-10-29 04:59:56 +02:00
Twinaphex
f2076e2c5b Cleanups 2016-10-29 04:11:54 +02:00
twinaphex
5d90b774da Fixes remaining input issues courtesy of bparker 2016-10-29 04:00:36 +02:00
Twinaphex
535215eefa Merge pull request #3879 from libretro/master
Merge
2016-10-28 07:44:10 +02:00
twinaphex
a8eb73846b Bind more keys for menu 2016-10-28 06:54:30 +02:00
twinaphex
94a67444be Fix grab mouse toggle 2016-10-28 06:41:53 +02:00
Brad Parker
28a43d9440 dont need a short, only move first bit 2016-10-27 23:48:49 -04:00
Brad Parker
b7a8ff9395 fix menu toggle with F1 2016-10-27 23:43:07 -04:00
Jean-André Santoni
6cc14a4fb9 Add missing copyright mention on some files 2016-10-27 18:17:43 +02:00
twinaphex
6235a5cd0d Can now toggle fullscreen, use quit key from menu (mouse grab
toggle doesn't work yet)
2016-10-27 06:13:39 +02:00
twinaphex
2bcbe017cd More work 2016-10-27 00:14:01 +02:00
Jean-André Santoni
df1f4dbc89 (Menu) Integrate an joypad driven OSK to the menu driver. 2016-10-24 20:26:22 +02:00
twinaphex
8cc5b09428 Get rid of slow wrapper function input_driver_state 2016-10-23 04:38:08 +02:00
twinaphex
e2b16a1f15 Use straight uint64_t types for input states 2016-10-22 17:03:20 +02:00
twinaphex
7b7a0e20cc Avoid memset with menu_event function 2016-10-21 19:36:46 +02:00
twinaphex
e97fb7d94a menu_event - avoid implicit memset 2016-10-16 01:15:27 +02:00
Brad Parker
2f74324ac9 do not repeat A and B buttons in menu 2016-10-11 20:13:50 -04:00
twinaphex
ef7541261a Move delay struct variables to menu_event as static variables 2016-09-16 16:54:04 +02:00
twinaphex
125c4f9529 Add menu_event.c 2016-09-16 16:39:30 +02:00