topical media & game development
mobile-query-three-plugins-playerinput-tquery.playerinput.js / js
////////////////////////////////////////////////////////////////////////////
// comment //
////////////////////////////////////////////////////////////////////////////
tQuery.registerStatic('PlayerInput', function(){
// this is left intentionnaly empty
// - up to the drivers to handle it
});
tQuery.registerStatic('createPlayerInput', function(opts){
return new tQuery.PlayerInput(opts)
});
// make it eventable
tQuery.MicroeventMixin(tQuery.PlayerInput.prototype)
// make it pluginable as static
tQuery.pluginsStaticOn(tQuery.PlayerInput);
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.