Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.PlayerInput

Extends
Object
Modifiers
within PlayerController config ( User ) native transient

Core.Object
|   
+-- Engine.PlayerInput

Constants Summary
Inherited Contants from Core.Object
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees

Variables Summary
boolbEdgeBack
boolbEdgeForward
boolbEdgeLeft
boolbEdgeRight
boolbInvertMouse
boolbMaxMouseSmoothing
floatBorrowedMouseX
floatBorrowedMouseY
boolbWasBack
boolbWasForward
boolbWasLeft
boolbWasRight
floatDoubleClickTime
floatDoubleClickTimer
floatMouseSensitivity
floatMouseSmoothThreshold
floatMouseZeroTime
floatSmoothMouseX
floatSmoothMouseY
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAlignment, ECamOrientation, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
Alignment, BoundingVolume, Box, Color, ComponentHandle, Coords, Dimension, Guid, Matrix, NotifyInfo, ParticleHandle, Plane, Point, Range, RangeVector, Rectangle, Rotator, Scale, Vector

Functions Summary
function ChangeSnapView (bool B ))
functionActor.eDoubleClickDir CheckForDoubleClickMove (float DeltaTime))
event PlayerInput (float DeltaTime ))
function SetMouseSmoothThreshold (float F ))
function SmoothMouse (float aMouse, float MouseTime, out float SmoothMouse, out float BorrowedMouse, out float AbsSmooth))
function UpdateSensitivity (float F))
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, ?, @, @=, Ablend, AblendR, Abs, Acos, AddFlagSafe, AddTimer, AddTimerS, Asc, Asin, Atan, Atan2, BeginState, Blend, BlendR, CallFunction, CallFunctionS, CanGetProperty, CanSetProperty, Caps, Chr, Clamp, ClassIsChildOf, Constructed, Cos, Cross, DefinesFunction, DefinesFunctionS, Delete, Disable, Dot, DumpProbes, DynamicLoadObject, Enable, EndState, EnumStr, Exp, FClamp, FDecision, FileSize, FindObject, FMax, FMin, FRand, GetAxes, GetContext, GetEnum, GetLanguage, GetPropertyText, GetRand, GetStateName, GetUnAxes, GetWhiteColor, GotoLabel, GotoState, InStr, Invert, IsA, IsInState, IsProbing, Left, Len, Lerp, LineLineIntersection, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NotifyStateChange, ObjListMemStats, OrthoRotation, ProgressSeed, Quotes, Rand, RandomSpreadVector, RandRange, RemoveAllTimers, RemoveFlagSafe, RemoveTimer, RemoveTimerS, ResetConfig, ResetLoaders, Right, RMax, RMin, RotateAngleAxis, RotRand, Round, RSize, SaveConfig, SetProbing, SetPropertyText, SetPropertyTextDefault, Sin, Smerp, SMod, Split, Sqrt, Square, StaticCallFunction, StaticCallFunctionS, StaticDefinesFunction, StaticDefinesFunctionS, StaticSaveConfig, StrArray, StringToName, Tan, TimeRemaining, TimeRemainingS, TraceMessage, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

bEdgeBack Source code

var bool bEdgeBack;

bEdgeForward Source code

var bool bEdgeForward;

bEdgeLeft Source code

var bool bEdgeLeft;

bEdgeRight Source code

var bool bEdgeRight;

bInvertMouse Source code

var globalconfig bool bInvertMouse;

bMaxMouseSmoothing Source code

var globalconfig bool bMaxMouseSmoothing;

BorrowedMouseX Source code

var float BorrowedMouseX;

BorrowedMouseY Source code

var float BorrowedMouseY;

bWasBack Source code

var bool bWasBack;

bWasForward Source code

var bool bWasForward;

bWasLeft Source code

var bool bWasLeft;

bWasRight Source code

var bool bWasRight;

DoubleClickTime Source code

var globalconfig float DoubleClickTime;

DoubleClickTimer Source code

var float DoubleClickTimer;

MouseSensitivity Source code

var globalconfig float MouseSensitivity;

MouseSmoothThreshold Source code

var globalconfig float MouseSmoothThreshold;

MouseZeroTime Source code

var float MouseZeroTime;

SmoothMouseX Source code

var float SmoothMouseX;

SmoothMouseY Source code

var float SmoothMouseY;


Functions Detail

ChangeSnapView Source code

function ChangeSnapView ( bool B ) )

CheckForDoubleClickMove Source code

function Actor.eDoubleClickDir CheckForDoubleClickMove ( float DeltaTime) )

PlayerInput Source code

event PlayerInput ( float DeltaTime ) )

SetMouseSmoothThreshold Source code

exec function SetMouseSmoothThreshold ( float F ) )

SmoothMouse Source code

function SmoothMouse ( float aMouse, float MouseTime, out float SmoothMouse, out float BorrowedMouse, out float AbsSmooth) )

UpdateSensitivity Source code

function UpdateSensitivity ( float F) )


Defaultproperties

defaultproperties
{
	MouseSensitivity=3.031496
	MouseSmoothThreshold=0.070000
	DoubleClickTime=0.196850
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:31.646 - Created with UnCodeX