Uses of Class
net.java.games.input.WinTabContext
-
Packages that use WinTabContext Package Description net.java.games.input -
-
Uses of WinTabContext in net.java.games.input
Methods in net.java.games.input with parameters of type WinTabContext Modifier and Type Method Description static java.util.Collection<WinTabButtonComponent>
WinTabComponent. createButtons(WinTabContext context, int deviceIndex, int numberOfButtons)
static java.util.List<WinTabComponent>
WinTabComponent. createComponents(WinTabContext context, int parentDevice, int axisId, int[] axisRanges)
static java.util.Collection<WinTabCursorComponent>
WinTabComponent. createCursors(WinTabContext context, int deviceIndex, java.lang.String[] cursorNames)
static WinTabDevice
WinTabDevice. createDevice(WinTabContext context, int deviceIndex)
Constructors in net.java.games.input with parameters of type WinTabContext Constructor Description WinTabButtonComponent(WinTabContext context, int parentDevice, java.lang.String name, Component.Identifier id, int index)
WinTabComponent(WinTabContext context, int parentDevice, java.lang.String name, Component.Identifier id)
WinTabComponent(WinTabContext context, int parentDevice, java.lang.String name, Component.Identifier id, int min, int max)
WinTabCursorComponent(WinTabContext context, int parentDevice, java.lang.String name, Component.Identifier id, int index)
-