Hooked up --dpad-as-button and --dpad-only
This commit is contained in:
parent
35c7d31c74
commit
e24980f2ec
2 changed files with 4 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -10,6 +10,8 @@ xboxdrv 0.7.1 - (??/???/2011)
|
|||
* new version of runxboxdrv
|
||||
* fixed axis inversion issue in --axismap
|
||||
* fixed assertion in relative axis filter
|
||||
* fixed --dpad-as-button
|
||||
* fixed --dpad-only
|
||||
|
||||
|
||||
xboxdrv 0.7.0 - (28/Jan/2011)
|
||||
|
|
|
@ -195,13 +195,13 @@ Options::set_trigger_as_zaxis()
|
|||
void
|
||||
Options::set_dpad_as_button()
|
||||
{
|
||||
// FIXME: implement me
|
||||
get_controller_options().uinput.dpad_as_button();
|
||||
}
|
||||
|
||||
void
|
||||
Options::set_dpad_only()
|
||||
{
|
||||
// FIXME: implement me
|
||||
get_controller_options().uinput.dpad_only();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue