UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ugdk::input::KeyPressedEvent Struct Reference

#include <ugdk/input/events.h>

Public Member Functions

 KeyPressedEvent (const Keycode &_keycode, const Scancode &_scancode, const Keymod &_modifiers)
 

Public Attributes

Keycode keycode
 
Scancode scancode
 
Keymod modifiers
 

Constructor & Destructor Documentation

ugdk::input::KeyPressedEvent::KeyPressedEvent ( const Keycode _keycode,
const Scancode _scancode,
const Keymod _modifiers 
)
inline

Member Data Documentation

Keycode ugdk::input::KeyPressedEvent::keycode
Keymod ugdk::input::KeyPressedEvent::modifiers
Scancode ugdk::input::KeyPressedEvent::scancode

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