mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add basic keyboard support for magicleap
This commit is contained in:
parent
9ca6768a56
commit
3af2f9afea
5 changed files with 129 additions and 4 deletions
|
@ -61,6 +61,11 @@ public:
|
|||
*/
|
||||
void updateHistory(bool canGoBack, const char* url, bool canGoForward);
|
||||
|
||||
/**
|
||||
* Make the keyboard visible
|
||||
*/
|
||||
void keyboardVisible(bool visible);
|
||||
|
||||
protected:
|
||||
/**
|
||||
* Initializes the Landscape Application.
|
||||
|
@ -107,6 +112,7 @@ protected:
|
|||
bool pose6DofEventListener(lumin::ControlPose6DofInputEventData* event);
|
||||
void urlBarEventListener();
|
||||
bool gestureEventListener(lumin::GestureInputEventData* event);
|
||||
bool keyboardEventListener(const lumin::ui::KeyboardEvent::EventData& event);
|
||||
|
||||
/**
|
||||
* Convert a point in prism coordinates to viewport coordinates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue