t2:usage_guides:systems:multihid

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
t2:usage_guides:systems:multihid [2020/09/05 23:05]
sNAP
t2:usage_guides:systems:multihid [2020/10/13 08:05] (current)
scachi [Multi Interface HID]
Line 4: Line 4:
  
 All Titan Two features such as crossover and scripting can also be used to play PC games on Steam, Windows, Mac, Linux and Emulators. The Multi Interface HID enables the Titan Two to output simultaneously as raw keyboard, raw mouse and joystick. The interfaces can be individually configured and programmed. All Titan Two features such as crossover and scripting can also be used to play PC games on Steam, Windows, Mac, Linux and Emulators. The Multi Interface HID enables the Titan Two to output simultaneously as raw keyboard, raw mouse and joystick. The interfaces can be individually configured and programmed.
 +
 +You need run a script to be able to use this mode:
 +<code gpc2>
 +init{
 +  mousemapping();​
 +  keymapping();​
 +}
 +main{
 +  mouse_passthru();​
 +  key_passthru();​
 +}
 +</​code>​
 +More information about Multi Interface HID scripting: [[t2:​gpc_scripting:​usb_hid|Here]]
  
 ===== Polling Rate ===== ===== Polling Rate =====
t2/usage_guides/systems/multihid.txt · Last modified: 2020/10/13 08:05 by scachi