blob: 1bae5becbffb87e07bf6f9c70dbfc47ca749287f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* 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.io/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"
|