Blender V2.61 - r43446
Functions

SCA_KeyboardSensor.cpp File Reference

#include <stddef.h>
#include "SCA_KeyboardSensor.h"
#include "SCA_KeyboardManager.h"
#include "SCA_LogicManager.h"
#include "StringValue.h"
#include "SCA_IInputDevice.h"

Go to the source code of this file.

Functions

char ToCharacter (int keyIndex, bool shifted)
bool IsPrintable (int keyIndex)
bool IsDelete (int keyIndex)

Detailed Description

Definition in file SCA_KeyboardSensor.cpp.


Function Documentation

bool IsDelete ( int  keyIndex)

Tests whether this is a delete key.

Definition at line 650 of file SCA_KeyboardSensor.cpp.

References SCA_IInputDevice::KX_BACKSPACEKEY, and SCA_IInputDevice::KX_DELKEY.

bool IsPrintable ( int  keyIndex)
char ToCharacter ( int  keyIndex,
bool  shifted 
)