From 87810e31f1fc1952d834345ad8347111f2002bd3 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Tue, 11 Sep 2018 10:27:40 +0200 Subject: [PATCH] Fixed comment --- PS4Parser.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PS4Parser.h b/PS4Parser.h index 0ee8851e..86999623 100644 --- a/PS4Parser.h +++ b/PS4Parser.h @@ -147,8 +147,7 @@ public: * Used to get the analog value from button presses. * @param b The ::ButtonEnum to read. * The supported buttons are: - * ::UP, ::RIGHT, ::DOWN, ::LEFT, ::L1, ::L2, ::R1, ::R2, - * ::TRIANGLE, ::CIRCLE, ::CROSS, ::SQUARE, and ::T. + * ::L2 and ::R2. * @return Analog value in the range of 0-255. */ uint8_t getAnalogButton(ButtonEnum b);