Changeset 6cef8d6a in mainline for uspace/lib/input
- Timestamp:
 - 2023-12-04T18:59:41Z (2 years ago)
 - Branches:
 - master, topic/simplify-dev-export
 - Children:
 - 10fc93c
 - Parents:
 - fa942bc
 - Location:
 - uspace/lib/input
 - Files:
 - 
      
- 2 added
 - 5 moved
 
- 
          
  doc/doxygroups.h (added)
 - 
          
  include/io/kbd_event.h (moved) (moved from uspace/lib/c/include/io/kbd_event.h ) (2 diffs)
 - 
          
  include/io/keycode.h (moved) (moved from uspace/lib/c/include/io/keycode.h ) (2 diffs)
 - 
          
  include/io/pos_event.h (moved) (moved from uspace/lib/c/include/io/pos_event.h ) (2 diffs)
 - 
          
  include/ipc/kbdev.h (moved) (moved from uspace/lib/c/include/ipc/kbdev.h ) (3 diffs)
 - 
          
  include/ipc/mouseev.h (moved) (moved from uspace/lib/c/include/ipc/mouseev.h ) (3 diffs)
 - 
          
  meson.build (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/input/include/io/kbd_event.h
rfa942bc r6cef8d6a 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinput 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIB C_IO_KBD_EVENT_H_36 #define _LIB C_IO_KBD_EVENT_H_35 #ifndef _LIBINPUT_IO_KBD_EVENT_H_ 36 #define _LIBINPUT_IO_KBD_EVENT_H_ 37 37 38 38 #include <adt/list.h>  - 
      
uspace/lib/input/include/io/keycode.h
rfa942bc r6cef8d6a 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinput 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIB C_IO_KEYCODE_H_36 #define _LIB C_IO_KEYCODE_H_35 #ifndef _LIBINPUT_IO_KEYCODE_H_ 36 #define _LIBINPUT_IO_KEYCODE_H_ 37 37 38 38 /** Keycode definitions.  - 
      
uspace/lib/input/include/io/pos_event.h
rfa942bc r6cef8d6a 28 28 */ 29 29 30 /** @addtogroup lib c30 /** @addtogroup libinput 31 31 * @{ 32 32 */ … … 34 34 */ 35 35 36 #ifndef _LIB C_IO_POS_EVENT_H_37 #define _LIB C_IO_POS_EVENT_H_36 #ifndef _LIBINPUT_IO_POS_EVENT_H_ 37 #define _LIBINPUT_IO_POS_EVENT_H_ 38 38 39 39 #include <types/common.h>  - 
      
uspace/lib/input/include/ipc/kbdev.h
rfa942bc r6cef8d6a 1 1 /* 2 * Copyright (c) 20 11Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinput 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIB C_IPC_KBDEV_H_36 #define _LIB C_IPC_KBDEV_H_35 #ifndef _LIBINPUT_IPC_KBDEV_H_ 36 #define _LIBINPUT_IPC_KBDEV_H_ 37 37 38 38 #include <ipc/common.h>  - 
      
uspace/lib/input/include/ipc/mouseev.h
rfa942bc r6cef8d6a 1 1 /* 2 * Copyright (c) 20 09Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinput 30 30 * @brief 31 31 * @{ … … 34 34 */ 35 35 36 #ifndef _LIB C_IPC_MOUSEEV_H_37 #define _LIB C_IPC_MOUSEEV_H_36 #ifndef _LIBINPUT_IPC_MOUSEEV_H_ 37 #define _LIBINPUT_IPC_MOUSEEV_H_ 38 38 39 39 #include <ipc/common.h>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  