mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
tform: Add @since
to doc of MouseWatcher::is_raw_button_down()
This commit is contained in:
parent
d5bfffb7fe
commit
d4c30bb4e7
@ -147,6 +147,8 @@ is_button_down(ButtonHandle button) const {
|
|||||||
/**
|
/**
|
||||||
* Similar to is_button_down(), but uses the raw button handle as reported by
|
* Similar to is_button_down(), but uses the raw button handle as reported by
|
||||||
* the raw- prefixed events, and is not subject to the inactivity timer.
|
* the raw- prefixed events, and is not subject to the inactivity timer.
|
||||||
|
*
|
||||||
|
* @since 1.11.0
|
||||||
*/
|
*/
|
||||||
INLINE bool MouseWatcher::
|
INLINE bool MouseWatcher::
|
||||||
is_raw_button_down(ButtonHandle button) const {
|
is_raw_button_down(ButtonHandle button) const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user