CSS Logo XNACS1Lib Library Documentation
XNACS1Base.SetKeyboardMapFile Method 

Game-Themed Introductory Programming Project   

Reassigns the keyboard mapping for the keyboard to gamepad to a new mapping, specified by the ini file passed. Example: SetKeyboardMapFile(".\\CS1setting.ini");

public static void SetKeyboardMapFile(
   String fileName
);

Parameters

fileName
Name of file the contains the keyboard map.

See Also

XNACS1Base Class | XNACS1Lib Namespace