BuGUI
BUtton Grid User Interface
Loading...
Searching...
No Matches
common.hpp
1
#pragma once
2
3
namespace
bugui
4
{
5
template
<
typename
Device,
typename
Controller>
6
struct
hardware
;
7
11
template
<
typename
Controller>
12
struct
common
13
{
14
protected
:
15
common() =
default
;
16
explicit
common(Controller* pntr) : controller{pntr}
17
{ }
18
19
Controller* controller;
20
};
21
22
}
// namespace bugui
bugui::hardware
Inherits from all type of hardware components like grid, buttons... Provides the hardware type with t...
Definition
hardware.hpp:19
include
bugui
hardware
common.hpp
Generated by
1.16.1