Blender V2.61 - r43446
Classes | Functions

SCA_KeyboardSensor.h File Reference

Sensor for keyboard input. More...

#include "SCA_ISensor.h"
#include "BoolValue.h"
#include <list>

Go to the source code of this file.

Classes

class  SCA_KeyboardSensor

Functions

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

Detailed Description

Sensor for keyboard input.

Definition in file SCA_KeyboardSensor.h.


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 
)