Pepper_31_C_interfaces
Public Attributes | List of all members
PPP_MouseLock_1_0 Struct Reference

#include <ppp_mouse_lock.h>

Collaboration diagram for PPP_MouseLock_1_0:
Collaboration graph

Public Attributes

void(* MouseLockLost )(PP_Instance instance)
 

Detailed Description

The PPP_MouseLock interface contains a function that you must implement to receive mouse lock events from the browser.

Definition at line 34 of file ppp_mouse_lock.h.

Member Data Documentation

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.

Parameters
[in]instanceA PP_Instance identifying one instance of a module.

Definition at line 42 of file ppp_mouse_lock.h.


The documentation for this struct was generated from the following file: