input_server message ids are now here
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8507 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7b2445b2ce
commit
87e2c83aed
25
headers/private/input/InputServerTypes.h
Normal file
25
headers/private/input/InputServerTypes.h
Normal file
@ -0,0 +1,25 @@
|
||||
#define SET_METHOD 'stmd'
|
||||
#define GET_MOUSE_TYPE 'gtmt'
|
||||
#define SET_MOUSE_TYPE 'stmt'
|
||||
#define GET_MOUSE_ACCELERATION 'gtma'
|
||||
#define SET_MOUSE_ACCELERATION 'stma'
|
||||
#define GET_KEY_REPEAT_DELAY 'gkrd'
|
||||
#define SET_KEY_REPEAT_DELAY 'skrd'
|
||||
#define GET_KEY_INFO 'ktki'
|
||||
#define GET_MODIFIERS 'gtmf'
|
||||
#define SET_MODIFIER_KEY 'smky'
|
||||
#define SET_KEYBOARD_LOCKS 'skbl'
|
||||
#define GET_MOUSE_SPEED 'gtms'
|
||||
#define SET_MOUSE_SPEED 'stms'
|
||||
#define SET_MOUSE_POSITION 'stmp'
|
||||
#define GET_MOUSE_MAP 'gtmm'
|
||||
#define SET_MOUSE_MAP 'stmm'
|
||||
#define GET_KEYBOARD_ID 'gkbi'
|
||||
#define GET_CLICK_SPEED 'gtcs'
|
||||
#define SET_CLICK_SPEED 'stcs'
|
||||
#define GET_KEY_REPEAT_RATE 'gkrr'
|
||||
#define SET_KEY_REPEAT_RATE 'skrr'
|
||||
#define GET_KEY_MAP 'gtkm'
|
||||
#define SET_KEY_MAP 'stkm'
|
||||
#define FOCUS_IM_AWARE_VIEW 'fiav'
|
||||
#define UNFOCUS_IM_AWARE_VIEW 'uiav'
|
Loading…
Reference in New Issue
Block a user