Skip to content

Commit

Permalink
Missing doc line
Browse files Browse the repository at this point in the history
  • Loading branch information
tapir committed Aug 9, 2018
1 parent 2d5bf11 commit 845371b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v3.3/glfw/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,8 @@ func (joy Joystick) GetGamepadName() string {
//
// Not all devices have all the buttons or axes provided by GamepadState.
// Unavailable buttons and axes will always report Release and 0.0 respectively.
//
// This function must only be called from the main thread.
func (joy Joystick) GetGamepadState() *GamepadState {
var (
gs GamepadState
Expand Down

0 comments on commit 845371b

Please sign in to comment.