VisuTwin Canvas
C++ 3D Engine — Metal Backend
Loading...
Searching...
No Matches
controller.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: Apache-2.0
2
// Copyright 2025-2026 Arnis Lektauers
3
//
4
// Created by Arnis Lektauers on 18.10.2025.
5
//
6
#pragma once
7
8
namespace
visutwin::canvas
9
{
14
class
Controller
15
{
16
public
:
17
void
update
() {}
18
};
19
}
visutwin::canvas::Controller
Definition
controller.h:15
visutwin::canvas::Controller::update
void update()
Definition
controller.h:17
visutwin::canvas
Definition
eventHandler.cpp:9
platform
input
controller.h
Generated by
1.16.1