13 lines
366 B
C
13 lines
366 B
C
/*
|
|
* This file is subject to the terms of the GFX License. If a copy of
|
|
* the license was not distributed with this file, you can obtain one at:
|
|
*
|
|
* http://ugfx.org/license.html
|
|
*/
|
|
|
|
#include "ginput.c"
|
|
#include "ginput_mouse.c"
|
|
#include "ginput_keyboard.c"
|
|
#include "ginput_keyboard_microcode.c"
|
|
#include "ginput_toggle.c"
|
|
#include "ginput_dial.c"
|