Castor3D 0.16.0
Multiplatform 3D engine
Public Attributes | List of all members
castor3d::KeyboardState Struct Reference

Keyboard state. More...

#include <UserInputEventModule.hpp>

Public Attributes

bool ctrl
 
bool alt
 
bool shift
 

Detailed Description

Keyboard state.

Member Data Documentation

◆ alt

bool castor3d::KeyboardState::alt

The alt key state.

◆ ctrl

bool castor3d::KeyboardState::ctrl

The control key state.

◆ shift

bool castor3d::KeyboardState::shift

The shift key state.


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