AntiMicroX
src
haptictriggermodeps5.h
Go to the documentation of this file.
1
/* antimicrox Gamepad to KB+M event mapper
2
* Copyright (C) 2022 Max Maisel <max.maisel@posteo.de>
3
*
4
* This program is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation, either version 3 of the License, or
7
* (at your option) any later version.
8
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
14
* You should have received a copy of the GNU General Public License
15
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16
*/
17
#pragma once
18
22
enum
HapticTriggerModePs5
23
{
24
HAPTIC_TRIGGER_NONE
,
25
HAPTIC_TRIGGER_CLICK
,
26
HAPTIC_TRIGGER_RIGID
,
27
HAPTIC_TRIGGER_RIGID_GRADIENT
,
28
HAPTIC_TRIGGER_VIBRATION
29
};
HAPTIC_TRIGGER_CLICK
@ HAPTIC_TRIGGER_CLICK
Definition:
haptictriggermodeps5.h:25
HAPTIC_TRIGGER_RIGID
@ HAPTIC_TRIGGER_RIGID
Definition:
haptictriggermodeps5.h:26
HAPTIC_TRIGGER_RIGID_GRADIENT
@ HAPTIC_TRIGGER_RIGID_GRADIENT
Definition:
haptictriggermodeps5.h:27
HAPTIC_TRIGGER_NONE
@ HAPTIC_TRIGGER_NONE
Definition:
haptictriggermodeps5.h:24
HapticTriggerModePs5
HapticTriggerModePs5
Enum of the supported haptic trigger effect for a PS5 controller.
Definition:
haptictriggermodeps5.h:22
HAPTIC_TRIGGER_VIBRATION
@ HAPTIC_TRIGGER_VIBRATION
Definition:
haptictriggermodeps5.h:28
Generated by
1.8.17