device.monkey2 339 B

123456789101112131415161718192021222324
  1. Namespace mojo.input
  2. Class InputDevice
  3. #rem monkeydoc @hidden
  4. #end
  5. ' Method GetAxis:Float( index:Int ) Virtual
  6. ' Return 0
  7. ' End
  8. #rem monkeydoc @hidden
  9. #end
  10. ' Method GetButton:Bool( index:Int ) Virtual
  11. ' Return 0
  12. ' End
  13. #rem monkeydoc @hidden
  14. #end
  15. ' Method GetPointer:Vec2i( index:Int ) Virtual
  16. ' Return New Vec2i
  17. ' End
  18. End