Struct containing keypress information not handled by JUCE. More...
#include <SimpleKeyEvent.h>
Public Attributes | |
int | key |
bool | shift |
bool | ctrl |
bool | alt |
Struct containing keypress information not handled by JUCE.
int SimpleKeyEvent::key |
bool SimpleKeyEvent::shift |
bool SimpleKeyEvent::ctrl |
bool SimpleKeyEvent::alt |