* Added Clemens Zeidler to list of authors of the Touchpad add-on.
* Added myself to Mouse and Keyboard add-ons for my recent work on them. * Small cleanup in KeyboardInputDevice.h- git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28420 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5bc160ddb0
commit
239fd643df
@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright 2004-2006, Jérôme Duval. All rights reserved.
|
||||
* Copyright 2005-2008, Axel Dörfler, axeld@pinc-software.de.
|
||||
* Copyright 2008, Stephan Aßmus, superstippi@gmx.de.
|
||||
*
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2004-2008, Jérôme Duval. All rights reserved.
|
||||
* Copyright 2008, Stephan Aßmus, superstippi@gmx.de.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef KEYBOARD_INPUT_DEVICE_H
|
||||
@ -47,16 +48,16 @@ private:
|
||||
int32 _Thread();
|
||||
|
||||
private:
|
||||
KeyboardInputDevice* fOwner;
|
||||
input_device_ref fDeviceRef;
|
||||
char fPath[B_PATH_NAME_LENGTH];
|
||||
int fFD;
|
||||
thread_id fThread;
|
||||
kb_settings fSettings;
|
||||
KeyboardInputDevice* fOwner;
|
||||
input_device_ref fDeviceRef;
|
||||
char fPath[B_PATH_NAME_LENGTH];
|
||||
int fFD;
|
||||
thread_id fThread;
|
||||
kb_settings fSettings;
|
||||
volatile bool fActive;
|
||||
bool fIsAT;
|
||||
bool fIsAT;
|
||||
volatile bool fInputMethodStarted;
|
||||
uint32 fModifiers;
|
||||
uint32 fModifiers;
|
||||
|
||||
Keymap fKeymap;
|
||||
BLocker fKeymapLock;
|
||||
|
@ -6,6 +6,7 @@
|
||||
* Stefano Ceccherini (stefano.ceccherini@gmail.com)
|
||||
* Jérôme Duval
|
||||
* Axel Dörfler, axeld@pinc-software.de
|
||||
* Stephan Aßmus, superstippi@gmx.de
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
/*
|
||||
* Copyright 2004-2007, Haiku.
|
||||
* Copyright 2004-2008, Haiku.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Stefano Ceccherini (stefano.ceccherini@gmail.com)
|
||||
* Jérôme Duval
|
||||
* Axel Dörfler, axeld@pinc-software.de
|
||||
* Clemens Zeidler, haiku@clemens-zeidler.de
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
/*
|
||||
* Copyright 2004-2006, Haiku.
|
||||
* Copyright 2004-2008, Haiku.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Stefano Ceccherini
|
||||
* Clemens Zeidler, haiku@clemens-zeidler.de
|
||||
*/
|
||||
#ifndef MOUSE_INPUT_DEVICE_H
|
||||
#define MOUSE_INPUT_DEVICE_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user