diguyPluginKeyboardEvent

Generated from diguyPluginKeyboardEvent.h

DI-Guy API Version 12.5.1

This file was automatically generated from diguyPluginKeyboardEvent.h. Do not edit this file directly; the changes will be lost.
Includes: declspec_diguy.h

Contents:

Alphabetical Index

Objects of this type are passed into the plugin keyboard functions key_press() and key_release().

class diguyPluginKeyboardEvent

class BDI_DECLSPEC_diguy diguyPluginKeyboardEvent
{
public:
    diguyView* get_view();
    int get_key();
    int get_x();
    int get_y();

function diguyPluginKeyboardEvent::get_view

Prototype:

diguyView* get_view();
Description:

This function returns the view in which the keyboard event took place.

Returns:

object of type diguyView

Callable From:

function diguyPluginKeyboardEvent::get_key

Prototype:

int get_key();
Description:

This function returns the key that was pressed of released.

Returns:

code of key

Callable From:

function diguyPluginKeyboardEvent::get_x

Prototype:

int get_x();
Description:

This function returns the screen x coordinate at which the keyboard event took place.

Returns:

screen x coordinate

Callable From:

function diguyPluginKeyboardEvent::get_y

Prototype:

int get_y();
Description:

This function returns the screen y coordinate at which the keyboard event took place.

Returns:

screen y coordinate

Callable From:


Alphabetical Index




Copyright (C) 1992-2012 Boston Dynamics

ALL RIGHTS RESERVED.

These coded instructions, statements, and computer programs contain unpublished proprietary information of Boston Dynamics and are protected by Copyright Laws of the United States. They may not be used, duplicated, or disclosed in any form, in whole or in part, without the prior written consent from Boston Dynamics.

RESTRICTED RIGHTS LEGEND

Use, duplication, or disclosure by the government is subject to restrictions as set forth in FAR 52.227.19(c)(2) or subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Sofware clause at DFARS 252.227-7013 and/or in similar or successor clauses in the FAR, or the DOD or NASA FAR Supplement, or to subparagraphs (c)(1) and (c)(2) of the Commercial Computer Software--Restricted Rights at 48 CFR 52.227-19, as applicable. Unpublished-rights reserved under the Copyright Laws of the United States.

Contractor/Manufacturer is:

Boston Dynamics/78 Fourth Avenue/Waltham MA 02451.