Minsky
minsky::EventInterface::KeyPressArgs Struct Reference

#include <eventInterface.h>

Collaboration diagram for minsky::EventInterface::KeyPressArgs:
Collaboration graph

Public Attributes

int keySym
 
std::string utf8
 
int state
 
float x
 
float y
 

Detailed Description

Definition at line 43 of file eventInterface.h.

Member Data Documentation

◆ keySym

int minsky::EventInterface::KeyPressArgs::keySym

◆ state

int minsky::EventInterface::KeyPressArgs::state

◆ utf8

std::string minsky::EventInterface::KeyPressArgs::utf8

◆ x

float minsky::EventInterface::KeyPressArgs::x

Definition at line 48 of file eventInterface.h.

Referenced by minsky::PubTab::keyPress(), and minsky::Canvas::keyPress().

◆ y

float minsky::EventInterface::KeyPressArgs::y

Definition at line 49 of file eventInterface.h.

Referenced by minsky::PubTab::keyPress(), and minsky::Canvas::keyPress().


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