BuGUI
BUtton Grid User Interface
Loading...
Searching...
No Matches
component.hpp
1
#pragma once
2
#include "grid.hpp"
3
#include "buttons.hpp"
4
5
namespace
bugui
6
{
10
template
<
typename
Device,
typename
Controller>
11
struct
component
12
:
public
grid<Device, Controller>
13
,
public
buttons
<Device, Controller>
14
{ };
15
16
}
// namespace bugui
bugui::buttons
Empty struct for devices that do not feature labelled buttons.
Definition
buttons.hpp:16
bugui::component
Inherits from all type of hardware components like grid, buttons... Provides the hardware type with t...
Definition
component.hpp:14
include
hardware
component.hpp
Generated by
1.15.0