fsxNet Wiki

BBS Development & Resources

User Tools

Site Tools


resources:doors:libraries:fbdoordk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
resources:doors:libraries:fbdoordk [2019/05/03 22:29]
apam [FBDoorDK]
resources:doors:libraries:fbdoordk [2020/10/21 12:11] (current)
apam
Line 1: Line 1:
 ====== FBDoorDK ====== ====== FBDoorDK ======
  
-FBDoorDK is a simple door development library written in FreeBasic. It supports Linux and Windows, and [[resources:dropfileformats:dorinfoxdef|DORINFO1.DEF]],​ [[resources:dropfileformats:​doorsys|DOOR.SYS]] and [[resources:dropfileformats:​door32sys|DOOR32.SYS]] drop file formats.+FBDoorDK is a simple door development library written in FreeBasic. It supports Linux and Windows, and [[doors:dropfiles:doorinfoxdef|DORINFO1.DEF]],​ [[doors:dropfiles:​doorsys|DOOR.SYS]] and [[doors:dropfiles:​door32sys|DOOR32.SYS]] drop file formats.
  
 ===== Functions ===== ===== Functions =====
Line 62: Line 62:
  
 Retrieves a string up to a certain length from the user Retrieves a string up to a certain length from the user
 +
 +==== DoorKitGetKey() as String ====
 +
 +Retrieves a string with a single character in it, without echoing.
  
 ==== DoorKitGetLocation() As String ==== ==== DoorKitGetLocation() As String ====
Line 86: Line 90:
  
 Positions the cursor at x & y coordinates Positions the cursor at x & y coordinates
 +
 +==== DoorKitExit() as Integer ====
 +
 +Exits the door, does not return
 +
 ===== Availability ===== ===== Availability =====
  
-[[https://git.magickabbs.com/cgit/​fb-doordk|Git Repository]]+[[https://gitlab.com/apamment/​fb-doordk|Git Repository]] 
 + 
 +To compile: 
 + 
 +    fbc -lib doordk.bas 
 + 
resources/doors/libraries/fbdoordk.1556922593.txt.gz · Last modified: 2019/05/03 22:29 by apam