You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to bind left and right trigger to left and right mouse buttons? I looked at the Keys Enum page and found that LButton and RButton are the right names but when I try to bind them it doesn't work. Any idea how to get this to work?
The text was updated successfully, but these errors were encountered:
At the moment, no, it's not possible. The library this project uses for keyboard events does support mouse buttons, so it's possible without a major rework.
Is it possible to bind left and right trigger to left and right mouse buttons? I looked at the Keys Enum page and found that LButton and RButton are the right names but when I try to bind them it doesn't work. Any idea how to get this to work?
The text was updated successfully, but these errors were encountered: