apple2ix/src/video
Aaron Culliney 287df44133 Move tap delay to joystick variant
- Keypad variant already has a key repeat threshold
    - Improved variant touch lifecycle naming
2015-09-02 22:47:48 -07:00
..
Basic.fsh Simplify touch menu to just one model/texture 2015-06-03 22:13:19 -07:00
Basic.vsh Refactor to rename Basic.vert and Basic.frag 2014-10-07 22:04:23 -07:00
glalert.c Make RGBA_4444 codepaths available to HUD models 2015-05-30 23:18:08 -07:00
glhudmodel.c Bugfix: allow unsigned indexing 2015-05-31 11:23:49 -07:00
glhudmodel.h Adds a semi-opaque halo effect around keyboard and menu glyphs for better contrast 2015-05-30 12:18:42 -07:00
glinput.h Refactor joystick handling 2014-11-09 15:48:05 -08:00
glnode.c nativeOnTouch() now returns various state flags 2015-07-30 22:05:21 -07:00
glnode.h Bugfix : use int64_t for onTouchEvent flags 2015-08-01 16:41:49 -07:00
gltouchjoy_joy.c Move tap delay to joystick variant 2015-09-02 22:47:48 -07:00
gltouchjoy_kpad.c Move tap delay to joystick variant 2015-09-02 22:47:48 -07:00
gltouchjoy.c Move tap delay to joystick variant 2015-09-02 22:47:48 -07:00
gltouchjoy.h Move tap delay to joystick variant 2015-09-02 22:47:48 -07:00
gltouchkbd.c Bugfix : do not turn off caps_lock unless ownsScreen is also true 2015-09-02 22:33:56 -07:00
gltouchmenu.c Expose all three touch interfaces in the sprouting menu for easier switching 2015-08-29 10:42:24 -07:00
glutinput.c REFACTOR : glinput.c -> glutinput.c 2015-02-17 20:13:18 -08:00
glvideo.c Optimize video drawing and API cleanup 2015-07-12 14:13:13 -07:00
glvideo.h Simplify touch menu to just one model/texture 2015-06-03 22:13:19 -07:00
video.h Fix cycling between different touch devices in the GL touch menu 2015-08-21 23:33:08 -07:00
xvideo.c Optimize video drawing and API cleanup 2015-07-12 14:13:13 -07:00