11#ifndef INCGUARD_MGL_MOUSE_DELEGATE_WIN32_H_1617153888 
   12#define INCGUARD_MGL_MOUSE_DELEGATE_WIN32_H_1617153888 
   15#if defined(MGL_MOUSE_DELEGATE_ENABLE_WIN32) 
   49    void UpdateCursorAutoErase(
const MouseState &state, 
float elapsedTime) 
noexcept;
 
   50    void SetVisibleCursor(
bool isVisible) 
noexcept;
 
   51    static void FixCursorPosition() noexcept;
 
   55    float _cursorDisplayTime;
 
   56    bool _isVisibleCursor;
 
 
CursorVisibleMode
表示設定
Definition mgl_mouse_state.h:75
 
CursorMode
カーソルモード
Definition mgl_mouse_state.h:67