Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
README: add missing configuration tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed Oct 24, 2010
1 parent 380a1a2 commit 3909e4d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,20 @@ Configuration
# default layout of keyboard
layout = (azerty|qwerty)

# repeat delay of the on-screen keyboard
repeat_delay = <integer>

# repeat rate of the on-screen keyboard
repeat_rate = <integer>


[graphics]

# maximum fps allowed
# if fps is <= 0, and vsync activated, the default maximum
# fps will be set to 60.
fps = <integer>

# activate fullscreen
fullscreen = (0|1)

Expand All @@ -162,6 +174,21 @@ Configuration
# show cursor on fullscreen
show_cursor = (0|1)

# position of the window on the screen
# "auto" mean you have no control about the initial position
# "custom" mean the position is controled with "top" and "left" attribute
position = (auto|custom)

# top position of the window (if position is custom)
top = <integer>

# left position of the window (if position is custom)
left = <integer>

# path to the window icon (for replacing the default pygame icon.)
window_icon = <path>


[input]

# example of input provider instance
Expand All @@ -171,6 +198,7 @@ Configuration
default = tuio,127.0.0.1:3333
mytable = tuio,192.168.0.1:3334


[dump]

# activate record of frames
Expand All @@ -182,6 +210,7 @@ Configuration
# format of dump image
format = <jpeg|png>


[widgets]

# mtlist control
Expand All @@ -198,6 +227,7 @@ Configuration
# keyboard type
keyboard_type = <real|virtual>


[modules]

# modulename= to activate a module
Expand Down

0 comments on commit 3909e4d

Please sign in to comment.