|
Pepper_56_C_interfaces
Pepper_56_C_interfaces
|
#include <ppp_mouse_lock.h>
Public Attributes | |
| void(* | MouseLockLost )(PP_Instance instance) |
The PPP_MouseLock interface contains a function that you must implement to receive mouse lock events from the browser.
| void(* PPP_MouseLock_1_0::MouseLockLost)(PP_Instance instance) |
MouseLockLost() is called when the instance loses the mouse lock, such as when the user presses the ESC key.
| [in] | instance | A PP_Instance identifying one instance of a module. |