Access keys

InputView

Kind of class: class
Inherits from: AbstractView
Version: 1.01
Author: Jeroen Wijering
Classpath: com.jeroenwijering.players.InputView
File last modified: Tuesday, 14 November 2006, 15:53:16
Keyboard input management of the players MCV pattern.

SPACE: playpause,LEFT:prev,RIGHT:next,UP:volume+10,DOWN:volume-10

Summary

Constructor
Instance properties
Instance properties inherited from AbstractView
Instance methods
Instance methods inherited from AbstractView
Event handlers
Event handlers inherited from AbstractView

Constructor

InputView

function InputView (
ctr:AbstractController, car:Object, far:Array)
Constructor

Instance methods

getUpdate

function getUpdate (
typ:String, pr1:Number, pr2:Number) : Void
Override of the AbstractView's update receiver
Parameters:
typ:
event type
#
pr2:
second parameter value
#

Event handlers

onKeyDown

function onKeyDown (
)
KeyDown handler, forwarded by Key object