mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
e9dd59bdd9
commit
ebf29ba988
@ -66,7 +66,7 @@ has_keyboard() const {
|
|||||||
// Description: Returns the MouseData associated with the input
|
// Description: Returns the MouseData associated with the input
|
||||||
// device's pointer.
|
// device's pointer.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE const MouseData &GraphicsWindowInputDevice::
|
INLINE const MouseData GraphicsWindowInputDevice::
|
||||||
get_pointer() const {
|
get_pointer() const {
|
||||||
MutexHolder holder(_lock);
|
MutexHolder holder(_lock);
|
||||||
return _mouse_data;
|
return _mouse_data;
|
||||||
@ -79,7 +79,7 @@ get_pointer() const {
|
|||||||
// device's pointer, in raw form (ie, prior to any
|
// device's pointer, in raw form (ie, prior to any
|
||||||
// pointer_mode interpretation).
|
// pointer_mode interpretation).
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE const MouseData &GraphicsWindowInputDevice::
|
INLINE const MouseData GraphicsWindowInputDevice::
|
||||||
get_raw_pointer() const {
|
get_raw_pointer() const {
|
||||||
MutexHolder holder(_lock);
|
MutexHolder holder(_lock);
|
||||||
return _true_mouse_data;
|
return _true_mouse_data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user