uinput-controller: Lower priority
This commit is contained in:
parent
bbb6cc4dc1
commit
e69bd15733
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ type uinputController struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
RegisterController("uinput", InitUinputController, 0)
|
RegisterController("uinput", InitUinputController, 10)
|
||||||
}
|
}
|
||||||
|
|
||||||
func InitUinputController() (Controller, error) {
|
func InitUinputController() (Controller, error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue