µGFX  2.9
version 2.9
ginput_mk.c
1 /*
2  * This file is subject to the terms of the GFX License. If a copy of
3  * the license was not distributed with this file, you can obtain one at:
4  *
5  * http://ugfx.io/license.html
6  */
7 
8 #include "ginput.c"
9 #include "ginput_mouse.c"
10 #include "ginput_keyboard.c"
12 #include "ginput_toggle.c"
13 #include "ginput_dial.c"
GINPUT subsystem common code.
GINPUT dial code.
GINPUT keyboard code.
GINPUT keyboard standard microcode definitions.
GINPUT mouse/touch code.
GINPUT toggle code.