VisuTwin Canvas
C++ 3D Engine — Metal Backend
Loading...
Searching...
No Matches
mouse.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 13.10.2025.
5
//
6
#pragma once
7
8
#include "
core/eventHandler.h
"
9
10
namespace
visutwin::canvas
11
{
15
class
Mouse
:
public
EventHandler
16
{
17
public
:
18
// Remove mouse events from the element that it is attached to
19
void
detach
();
20
21
void
update
() {}
22
};
23
}
visutwin::canvas::EventHandler
Definition
eventHandler.h:61
visutwin::canvas::Mouse
Definition
mouse.h:16
visutwin::canvas::Mouse::detach
void detach()
Definition
mouse.cpp:10
visutwin::canvas::Mouse::update
void update()
Definition
mouse.h:21
eventHandler.h
visutwin::canvas
Definition
eventHandler.cpp:9
platform
input
mouse.h
Generated by
1.16.1