Human Interface Functions
NetSprocket provides human interface functions you can use to speed prototyping and to allow players to host and join games. Use theNSpDoModalHostDialogfunction when you want to start a new game and enable others to join it. Use the NSpDoModalJoinDialog function when you want to join a game that is either in progress or waiting to begin.The NetSprocket human interface functions are forward-compatible with new protocols as they become available. This means that you don't have to change your code to accommodate new protocols when joining or hosting a game.
Subtopics
- NSpDoModalJoinDialog
- NSpDoModalHostDialog