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