forked from Grumbel/sdl-jstest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sdl2-jstest.1
36 lines (36 loc) · 933 Bytes
/
sdl2-jstest.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.Dd June 16, 2014
.Dt SDL2-JSTEST 1
.Os
.Sh NAME
.Nm sdl2-jstest
.Nd joystick test application for SDL2
.Sh SYNOPSIS
.Nm sdl2-jstest
.Op Fl Fl help
.Op Fl Fl version
.Op Fl Fl list
.Op Fl Fl test Ar JOYNUM
.Op Fl Fl gamecontroller Ar IDX
.Op Fl Fl event Ar JOYNUM
.Op Fl Fl rumble Ar JOYNUM
.Sh DESCRIPTION
.Bl -tag -width Ds
.It Fl h , Fl Fl help
Display help text and exit.
.It Fl Fl version
Display the version number and exit.
.It Fl l , Fl Fl list
Search for available joysticks and list their properties.
.It Fl t Ar JOYNUM , Fl Fl test Ar JOYNUM
Display a graphical representation of the current joystick state.
.It Fl g Ar IDX , Fl Fl gamecontroller Ar IDX
Test the given GameController interface.
.It Fl e Ar JOYNUM , Fl Fl event Ar JOYNUM
Display the events that are received from the joystick.
.It Fl r Ar JOYNUM , Fl Fl rumble Ar JOYNUM
.El
.Sh SEE ALSO
.Xr jstest 1 ,
.Xr jstest-gtk 1 ,
.Xr sdl-jstest 1 ,
.Xr xboxdrv 1