Public Attributes | List of all members
ime::TriggerKeys Struct Reference

Keys that triggers the targets direction change. More...

#include <KeyboardGridMover.h>

Public Attributes

Keyboard::Key leftKey
 A key that moves the target to the left. More...
 
Keyboard::Key rightKey
 A key that moves the target to the right. More...
 
Keyboard::Key upKey
 A key that moves the target upwards. More...
 
Keyboard::Key downKey
 A key that moves the target downwards. More...
 

Detailed Description

Keys that triggers the targets direction change.

Definition at line 46 of file KeyboardGridMover.h.

Member Data Documentation

◆ downKey

Keyboard::Key ime::TriggerKeys::downKey

A key that moves the target downwards.

Definition at line 50 of file KeyboardGridMover.h.

◆ leftKey

Keyboard::Key ime::TriggerKeys::leftKey

A key that moves the target to the left.

Definition at line 47 of file KeyboardGridMover.h.

◆ rightKey

Keyboard::Key ime::TriggerKeys::rightKey

A key that moves the target to the right.

Definition at line 48 of file KeyboardGridMover.h.

◆ upKey

Keyboard::Key ime::TriggerKeys::upKey

A key that moves the target upwards.

Definition at line 49 of file KeyboardGridMover.h.


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