Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Input::InputManager::CallbackHandle Struct Reference

Opaque handle for a registered input callback. More...

#include <InputManager.h>

Public Member Functions

 operator bool () const

Public Attributes

uint64_t id = 0
 Unique callback identifier. Zero means invalid.

Detailed Description

Opaque handle for a registered input callback.

Definition at line 40 of file InputManager.h.

Member Function Documentation

◆ operator bool()

Input::InputManager::CallbackHandle::operator bool ( ) const
inlineexplicitnodiscard

Definition at line 47 of file InputManager.h.

Member Data Documentation

◆ id

uint64_t Input::InputManager::CallbackHandle::id = 0

Unique callback identifier. Zero means invalid.

Definition at line 45 of file InputManager.h.


The documentation for this struct was generated from the following file:
  • /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Input/InputManager.h