Ver código fonte

Fixed driver docs.

woollybah 6 anos atrás
pai
commit
98d4c4dbe8
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      joystick.mod/joystick.bmx

+ 3 - 3
joystick.mod/joystick.bmx

@@ -244,11 +244,11 @@ Global joystick_drivers:TJoystickDriver
 Public
 
 Rem
-bbdoc: Abstract base type for pixmap loaders
+bbdoc: Abstract base type for joystick drivers.
 about:
-To create a new pixmap loader, you should extend TPixmapLoader and implement the #LoadPixmap method.
+To create a new joystick driver, you should extend #TJoystickDriver and implement the #GetName method.
 
-To install your pixmap loader, simply create an instance of it using #New</font>.
+To install your joystick driver, simply create an instance of it using #New.
 End Rem
 Type TJoystickDriver
 	Field _succ:TJoystickDriver