pico: stub for text event

This commit is contained in:
Nevyn Bengtsson 2020-08-17 14:28:56 +02:00
parent ce4364fed2
commit d5e26a72d1
1 changed files with 4 additions and 0 deletions

View File

@ -169,6 +169,10 @@ void lovrPlatformOnKeyboardEvent(keyboardCallback callback) {
//
}
void lovrPlatformOnTextEvent(textCallback callback) {
// todo
}
void lovrPlatformGetMousePosition(double* x, double* y) {
*x = *y = 0.;
}