Squeak Class Documentation category index | class index  
 
JoystickTabletPlugin
  category: VMConstruction-Plugins
  superclass: TestInterpreterPlugin
  subclasses:

This plugin implements the interface to the joystick and tablet input devices, if you have one.

instance methods
  initialize-release
  initialiseModule
shutdownModule

  primitives
  primitiveGetTabletParameters:
primitiveReadJoystick:
primitiveReadTablet:

class methods
  translation
  headerFile

instance methods
  initialize-release top  
 

initialiseModule


 

shutdownModule


  primitives top  
 

primitiveGetTabletParameters:

Get information on the pen tablet attached to this machine. Fail if there is no tablet. If successful, the result is an array of integers; see the Smalltalk call on this primitive for its interpretation.


 

primitiveReadJoystick:

Read an input word from the joystick with the given index.


 

primitiveReadTablet:

Get the current state of the cursor of the pen tablet specified by my argument. Fail if there is no tablet. If successful, the result is an array of integers; see the Smalltalk call on this primitive for its interpretation.


class methods
  translation top  
 

headerFile

If there is a single intrinsic header file to be associated with the plugin, here is where you want to put it. It will be generated and included automatically.