RetroArch
input
include
wiiu
hid_types.h
Go to the documentation of this file.
1
/* RetroArch - A frontend for libretro.
2
* Copyright (C) 2013-2014 - Jason Fetters
3
* Copyright (C) 2011-2017 - Daniel De Matteis
4
*
5
* RetroArch is free software: you can redistribute it and/or modify it under the terms
6
* of the GNU General Public License as published by the Free Software Found-
7
* ation, either version 3 of the License, or (at your option) any later version.
8
*
9
* RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11
* PURPOSE. See the GNU General Public License for more details.
12
*
13
* You should have received a copy of the GNU General Public License along with RetroArch.
14
* If not, see <http://www.gnu.org/licenses/>.
15
*/
16
17
#ifndef __WIIU_HID_TYPES__H
18
#define __WIIU_HID_TYPES__H
19
20
typedef
struct
wiiu_hid
wiiu_hid_t
;
21
typedef
struct
wiiu_adapter
wiiu_adapter_t
;
22
typedef
struct
wiiu_attach
wiiu_attach_event
;
23
typedef
struct
_wiiu_event_list
wiiu_event_list
;
24
typedef
struct
_wiiu_adapter_list
wiiu_adapter_list
;
25
typedef
struct
_wiiu_pad_functions
wiiu_pad_functions_t
;
26
27
#endif
/* __WIIU_HID_TYPES__H */
_wiiu_adapter_list
Definition:
hid.h:92
_wiiu_event_list
Definition:
hid.h:87
_wiiu_pad_functions
Definition:
input.h:62
wiiu_attach
Definition:
hid.h:73
wiiu_adapter
Definition:
hid.h:53
wiiu_hid
Definition:
hid.h:38
Generated by
1.8.15