blob: 4ea6f2ead74f7da5a9fc231260c09d8db4e49c5d (
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.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"
|