#include <diguyPluginKeyboardEvent.h>
|
| diguyView * | get_view () |
| | This function returns the view in which the keyboard event took place. More...
|
| |
| int | get_key () |
| | This function returns the key that was pressed of released. More...
|
| |
| int | get_x () |
| | This function returns the screen x coordinate at which the keyboard event took place. More...
|
| |
| int | get_y () |
| | This function returns the screen y coordinate at which the keyboard event took place. More...
|
| |
| diguyPluginKeyboardEvent::diguyPluginKeyboardEvent |
( |
diguyView * |
view, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
key |
|
) |
| |
| diguyPluginKeyboardEvent::~diguyPluginKeyboardEvent |
( |
| ) |
|
| diguyView* diguyPluginKeyboardEvent::get_view |
( |
| ) |
|
This function returns the view in which the keyboard event took place.
Returns:
object of type diguyView
Callable From:
| int diguyPluginKeyboardEvent::get_key |
( |
| ) |
|
This function returns the key that was pressed of released.
Returns:
code of key
Callable From:
| int diguyPluginKeyboardEvent::get_x |
( |
| ) |
|
This function returns the screen x coordinate at which the keyboard event took place.
Returns:
screen x coordinate
Callable From:
| int diguyPluginKeyboardEvent::get_y |
( |
| ) |
|
This function returns the screen y coordinate at which the keyboard event took place.
Returns:
screen y coordinate
Callable From:
| friend class bdiScenarioPlugin |
|
friend |
| friend class bdiScenarioEditor |
|
friend |
| int diguyPluginKeyboardEvent::m_x |
|
private |
| int diguyPluginKeyboardEvent::m_y |
|
private |
| int diguyPluginKeyboardEvent::m_key |
|
private |
The documentation for this class was generated from the following file: