~facundo/enjuewemela/trunk

« back to all changes in this revision

Viewing changes to enjuewemela/cocos/doc/programming_guide/default_handlers.txt

  • Committer: facundo at com
  • Date: 2010-11-20 01:42:31 UTC
  • mfrom: (62.1.3 lint-issues)
  • Revision ID: facundo@taniquetil.com.ar-20101120014231-b2tkyc3mwr84ggcc
Project reorder and lint issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Default Handlers
2
 
================
3
 
 
4
 
cocos2d provides default handlers for some actions.
5
 
 
6
 
In Windows and Linux, the shortcuts are
7
 
CTRL + key, but in Mac, the shortcut is
8
 
COMMAND + key.
9
 
 
10
 
 - CTRL + f
11
 
 
12
 
    Toggles fullscreen mode
13
 
 
14
 
 - CTRL + s
15
 
 
16
 
    Takes a screenshot of the current window.
17
 
 
18
 
    A file named 'screenshot-xxxxx' will be saved in the current
19
 
    working directory.
20
 
 
21
 
 - CTRL + p
22
 
 
23
 
    Toggles Pause
24
 
 
25
 
 - CTRL + w
26
 
 
27
 
    Toggles wire-frame mode
28
 
 
29
 
 - CTRL + x
30
 
 
31
 
    Toggles FPS display
32
 
 
33
 
 - CTRL + i
34
 
 
35
 
    Toggles the built-in python interpreter