Haiku Book: add device kit
Change-Id: Ic2569ae2c6857e1c00ab9068743042ed51d7ea5f Reviewed-on: https://review.haiku-os.org/c/haiku/+/9519 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
b6506ee083
commit
cfd2df0eba
+5
-1
@@ -32,6 +32,8 @@
|
|||||||
- The \ref app is the starting point for developing applications
|
- The \ref app is the starting point for developing applications
|
||||||
and includes classes for messaging and for interacting with
|
and includes classes for messaging and for interacting with
|
||||||
the rest of the system.
|
the rest of the system.
|
||||||
|
- The \ref device offers software interfaces
|
||||||
|
that allow applications to access and interact with connected hardware.
|
||||||
- The \ref game provides classes for producing game sounds and
|
- The \ref game provides classes for producing game sounds and
|
||||||
working with full screen apps.
|
working with full screen apps.
|
||||||
- The \ref interface is used to create responsive and attractive
|
- The \ref interface is used to create responsive and attractive
|
||||||
@@ -116,6 +118,9 @@
|
|||||||
- BKey
|
- BKey
|
||||||
- BKeyStore
|
- BKeyStore
|
||||||
|
|
||||||
|
\defgroup device Device Kit
|
||||||
|
\brief The Device Kit offers software interfaces
|
||||||
|
that allow applications to access and interact with connected hardware.
|
||||||
|
|
||||||
\defgroup device Device Kit
|
\defgroup device Device Kit
|
||||||
\brief The Device Kit provides access to devices such as joysticks and serial ports.
|
\brief The Device Kit provides access to devices such as joysticks and serial ports.
|
||||||
@@ -124,7 +129,6 @@
|
|||||||
\brief The Game Kit provides classes for producing game sounds and
|
\brief The Game Kit provides classes for producing game sounds and
|
||||||
working with full screen apps.
|
working with full screen apps.
|
||||||
|
|
||||||
|
|
||||||
\defgroup interface Interface Kit
|
\defgroup interface Interface Kit
|
||||||
\brief API for displaying a graphical user interface.
|
\brief API for displaying a graphical user interface.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user