mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
HAVE_LINUX_INPUT_H
This commit is contained in:
parent
29dcf2d95b
commit
aa0e91de1f
@ -319,6 +319,9 @@
|
||||
// Do we have <ucontext.h> (and therefore makecontext() / swapcontext())?
|
||||
#define HAVE_UCONTEXT_H 1
|
||||
|
||||
// Do we have <linux/input.h> ? This enables us to use raw mouse input.
|
||||
#define HAVE_LINUX_INPUT_H 1
|
||||
|
||||
// Do we have RTTI (and <typeinfo>)?
|
||||
#define HAVE_RTTI 1
|
||||
|
||||
|
@ -602,6 +602,9 @@ $[cdefine HAVE_SYS_SOUNDCARD_H]
|
||||
swapcontext())? */
|
||||
$[cdefine HAVE_UCONTEXT_H]
|
||||
|
||||
/* Do we have <linux/input.h> ? This enables us to use raw mouse input. */
|
||||
$[cdefine HAVE_LINUX_INPUT_H]
|
||||
|
||||
/* Do we have RTTI (and <typeinfo>)? */
|
||||
$[cdefine HAVE_RTTI]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user