![]() |
µGFX
2.9
version 2.9
|
Go to the source code of this file.
Functions | |
GSourceHandle | ginputGetDial (gU16 instance) |
Create a dial input instance. More... | |
void | ginputResetDialRange (gU16 instance) |
Reset the value back to the hardware default. More... | |
gU16 | ginputGetDialRange (gU16 instance) |
Get the maximum value. More... | |
void | ginputSetDialRange (gU16 instance, gU16 max) |
Set the maximum value. More... | |
void | ginputSetDialSensitivity (gU16 instance, gU16 diff) |
Set the level change required before a dial even is generated (threshold) More... | |
gBool | ginputGetDialStatus (gU16 instance, GEventDial *pdial) |
Get the current dial status. More... | |