| Joypad Scol plugin
    | 
Joypad Class Reference
#include <Joypad.h>
Inheritance diagram for Joypad:
 
 | Public Member Functions | |
| Joypad (int index=0) | |
| ~Joypad (void) | |
| void | run () | 
| bool | IsConnected () | 
| bool | IsRunning () | 
| bool | StartRumble (float intensity) | 
| void | StopRumble () | 
| Public Attributes | |
| unsigned long | mTick | 
| int | mIndex | 
Detailed Description
Constructor & Destructor Documentation
◆ Joypad()
| Joypad::Joypad | ( | int | index = 0 | ) | 
Definition at line 768 of file Joypad.cpp.
◆ ~Joypad()
| Joypad::~Joypad | ( | void | ) | 
Definition at line 796 of file Joypad.cpp.
Member Function Documentation
◆ IsConnected()
| bool Joypad::IsConnected | ( | ) | 
Definition at line 1021 of file Joypad.cpp.
◆ IsRunning()
| bool Joypad::IsRunning | ( | ) | 
Definition at line 1027 of file Joypad.cpp.
◆ run()
| void Joypad::run | ( | ) | 
Definition at line 885 of file Joypad.cpp.
◆ StartRumble()
| bool Joypad::StartRumble | ( | float | intensity | ) | 
Definition at line 1033 of file Joypad.cpp.
◆ StopRumble()
| void Joypad::StopRumble | ( | ) | 
Definition at line 1039 of file Joypad.cpp.
Member Data Documentation
◆ mIndex
◆ mTick
The documentation for this class was generated from the following files:
- include/Joypad.h
- src/Joypad.cpp
Generated by