![]() |
µGFX
2.9
version 2.9
|
GINPUT toggle code.
Definition in file ginput_toggle.c.
Go to the source code of this file.
Functions | |
GSourceHandle | ginputGetToggle (gU16 instance) |
Create a toggle input instance. More... | |
void | ginputInvertToggle (gU16 instance, gBool invert) |
Can be used to invert the sense of a toggle. More... | |
gBool | ginputGetToggleStatus (gU16 instance, GEventToggle *ptoggle) |
Get the current toggle status. More... | |