Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Template:Input/Documentation"

From PCGamingWiki, the wiki about fixing PC games
(added Steam Controller API details)
(updated Steam Input API name)
Line 26: Line 26:
 
* {{Code|haptic feedback}}    - Whether the game has haptic feedback. Defines [[Property:Controller haptic feedback‎]].
 
* {{Code|haptic feedback}}    - Whether the game has haptic feedback. Defines [[Property:Controller haptic feedback‎]].
 
* {{Code|simultaneous input}}  - Whether supports using controller and keyboard/mouse inputs at the same time. Defines [[Property:Simultaneous input‎]].
 
* {{Code|simultaneous input}}  - Whether supports using controller and keyboard/mouse inputs at the same time. Defines [[Property:Simultaneous input‎]].
* {{Code|steam controller api}}- Whether supports the [[Controller:Steam Controller|Steam Controller API]]. Defines [[Property:Steam Controller API support‎]].
+
* {{Code|steam input api}}- Whether supports the [[Controller:Steam Controller|Steam Input API]]. Defines [[Property:Steam Input API support‎]].
 
* {{Code|light bar support}}  - Whether the game supports the [[Controller:DualShock 4|DualShock 4 light bar]]. Defines [[Property:DualShock 4 light bar support]].
 
* {{Code|light bar support}}  - Whether the game supports the [[Controller:DualShock 4|DualShock 4 light bar]]. Defines [[Property:DualShock 4 light bar support]].
  
Line 62: Line 62:
 
|simultaneous input        =  
 
|simultaneous input        =  
 
|simultaneous input notes  =  
 
|simultaneous input notes  =  
|steam controller api     =  
+
|steam input api           =  
|steam controller api notes=  
+
|steam input api notes     =  
 
|light bar support        =  
 
|light bar support        =  
 
|light bar support notes  =  
 
|light bar support notes  =  

Revision as of 03:45, 13 December 2017

Description

This settings table is meant to contain all information relating to input settings. If a setting is hackable or requires additional notes, add the information below the table in a header like so:

=== [[Controller support]] ===
Fixbox here
...

and make note of it in the table in the following fashion See [[#Controller support|Controller support]]. Any smaller notes can and should be included directly in the table.

Below is a more thorough explanation of each of the possible arguments. Each can be appended with  notes to fill in the information in the Notes column.

Arguments
Syntax
{{Input settings
|key remap                 = 
|key remap notes           = 
|acceleration option       = 
|acceleration option notes = 
|mouse sensitivity         = 
|mouse sensitivity notes   = 
|mouse menu                = 
|mouse menu notes          = 
|invert mouse y-axis       = 
|invert mouse y-axis notes = 
|controller support        = 
|controller support notes  = 
|full controller           = 
|full controller notes     = 
|controller remap          = 
|controller remap notes    = 
|controller sensitivity    = 
|controller sensitivity notes= 
|invert controller y-axis  = 
|invert controller y-axis notes= 
|touchscreen               = 
|touchscreen notes         = 
|button prompts            = 
|button prompts notes      = 
|controller hotplug        = 
|controller hotplug notes  = 
|haptic feedback           = 
|haptic feedback notes     = 
|simultaneous input        = 
|simultaneous input notes  = 
|steam input api           = 
|steam input api notes     = 
|light bar support         = 
|light bar support notes   = 
}}
See also