Unravel Engine C++ Reference
Loading...
Searching...
No Matches
input::mouse_action_map::mouse_entry Struct Reference

#include <mouse_action_map.hpp>

Public Attributes

input_type type {}
 
axis_range range {}
 
uint32_t value {}
 

Friends

auto operator== (const mouse_entry &lhs, const mouse_entry &rhs) -> bool=default
 

Detailed Description

Definition at line 25 of file mouse_action_map.hpp.

Friends And Related Symbol Documentation

◆ operator==

auto operator== ( const mouse_entry & lhs,
const mouse_entry & rhs ) -> bool=default
friend

Member Data Documentation

◆ range

axis_range input::mouse_action_map::mouse_entry::range {}

Definition at line 28 of file mouse_action_map.hpp.

◆ type

input_type input::mouse_action_map::mouse_entry::type {}

Definition at line 27 of file mouse_action_map.hpp.

◆ value

uint32_t input::mouse_action_map::mouse_entry::value {}

Definition at line 29 of file mouse_action_map.hpp.


The documentation for this struct was generated from the following file: