Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get_Cursor_Mode not fully implemented? #74

Closed
rogermc2 opened this issue Jun 2, 2017 · 0 comments
Closed

Get_Cursor_Mode not fully implemented? #74

rogermc2 opened this issue Jun 2, 2017 · 0 comments

Comments

@rogermc2
Copy link
Contributor

rogermc2 commented Jun 2, 2017

Set_Cursor_Mode is implemented in Glfw.Windows but not Get_Cursor_Mode although Get_Input_Mode does appear in glfw-api.
I have now implemented Get_Cursor_Mode in my wave_example branch as:

function Get_Cursor_Mode (Object : not null access Window)
                             return Input.Mouse.Cursor_Mode is
   begin
      return API.Get_Input_Mode (Object.Handle, Enums.Mouse_Cursor);
   end Get_Cursor_Mode;
@flyx flyx closed this as completed in a2098aa Aug 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant