summaryrefslogtreecommitdiff
path: root/platform/haiku/haiku_direct_window.cpp
AgeCommit message (Expand)Author
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-26Input: Remove usage of platform dependent event IDs.Andreas Haas
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-01-04Remove unnecessary null pointer checksEmmanuel Leblond
2015-08-12Haiku: remove unneeded codeKostadin Damyanov
2015-08-12Haiku: remove unneeded codeKostadin Damyanov
2015-07-12Haiku: add keyboard supportKostadin Damyanov
2015-07-02Haiku: gl context lockingKostadin Damyanov
2015-06-21Haiku: add support for mouse wheelKostadin Damyanov
2015-06-20Haiku: handle the quit request messageKostadin Damyanov
2015-06-18Haiku: implement get_mouse_pos() and get_mouse_button_state()Kostadin Damyanov
2015-06-17Haiku: read the status of the key modifiers and mouse buttonsKostadin Damyanov
2015-06-16Haiku: handle mouse movement and click eventsKostadin Damyanov
2015-06-11Haiku: create a GL context and initialize the audio and physics serversKostadin Damyanov