Casio DT-X8 Series Manual de usuario Pagina 62

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 171
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 61
62
3.40 SysSetEmulateMouseState
This function sets up "Enable" or "Disable" for the Mouse Emulator.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetEmulateMouseState function.
Calling Sequences
[C++]
DWORD SysSetEmulateMouseState(
DWORD dwEmulateMouseState
)
[Visual Basic]
Public Shared Function SysSetEmulateMouseState( _
ByVal dwEmulateMouseState As Int32 _
) As Int32
[C#]
public static Int32 SysSetEmulateMouseState(
Int32 dwEmulateMouseState
);
Parameter
dwEmulateMouseState
This parameter is for specifying "Enable" or "Disable" for the Mouse Emulator selecting either of
the values listed below.
EMULATE_ENABLE : Enable the Mouse Emulator.
EMULATE_DISABLE : Disable the Mouse Emulator (Default).
Return Values
TRUE : Normal end.
FALSE : Internal error.
FUNCTION_UNSUPPORT : Unsupported error.
Vista de pagina 61
1 2 ... 57 58 59 60 61 62 63 64 65 66 67 ... 170 171

Comentarios a estos manuales

Sin comentarios